Skip to main content
GET
List Privacy Jobs
List all privacy requests for the authenticated consumer. Returns export and deletion jobs sorted by creation date (newest first), with real-time status updates. Use this endpoint to poll for export completion or check whether a deletion request has been processed.

Responses

Job statuses

Authorizations

X-API-Key
string
header
required

API key for machine-to-machine authentication

Response

List of privacy jobs

id
string
job_type
enum<string>
Available options:
EXPORT,
DELETE
target_type
string
status
enum<string>
Available options:
PENDING,
APPROVED,
PROCESSING,
COMPLETED,
FAILED,
EXPIRED
created_at
string<date-time>
updated_at
string<date-time>
reason
string
result
object