Skip to main content
GET
List DSAR jobs

Authorizations

Authorization
string
header
required

API key sent as Authorization: Bearer <api-key>.

Query Parameters

state
enum<string>

Filter to a single job state. DSAR / tenant-export job lifecycle. The worker drives REQUESTED → COLLECTING → PACKAGING → READY; download drives READY → DELIVERED; a TTL sweep drives READY → EXPIRED. DELIVERED, EXPIRED and FAILED are terminal.

Available options:
REQUESTED,
COLLECTING,
PACKAGING,
READY,
DELIVERED,
EXPIRED,
FAILED

Response

DSAR jobs (optionally filtered) plus per-state counts.

ok
boolean
required
data
object
required

Route-specific payload. Operation responses refine this.

contractVersion
string
required
Allowed value: "v1.0"