Skip to main content
POST
Create an export

Authorizations

Authorization
string
header
required

Use Authorization: Bearer YOUR_API_KEY

Headers

Prefer
string

wait=N: seconds to wait inline before returning 202 (default 20, max 55). wait=0 returns 202 immediately.

Body

application/json
entity
enum<string>
required

Dataset to export.

Available options:
processes,
actions,
defendants
format
enum<string>
default:csv

csv (UTF-8 with BOM, Excel-friendly) or jsonl (one JSON object per line).

Available options:
csv,
jsonl
filters
object

Same names as the list endpoints' query params. One flat object for every entity: filters that do not apply to the chosen entity are ignored.

callback_url
string<uri>

Public HTTPS URL to POST the finished job envelope to. When set, the request returns 202 immediately.

Response

Successful response

data
object
required