Endpoint
Authentication
Requires a developer API key in theAuthorization header.
Request Headers
| Header | Value |
|---|---|
Authorization | Bearer <api_key> |
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
exportId | string | Yes | The export ID |
Example Request
Response — 200 OK
Response Fields
| Field | Type | Description |
|---|---|---|
exportId | string | Unique export ID |
type | string | Export type: dpdp-audit, gdpr-article-15, or eu-ai-act-conformance |
dateFrom | string | ISO-8601 start date of the export window |
dateTo | string | ISO-8601 end date of the export window |
format | string | Output format |
status | string | Export status: completed |
recordCount | number | Total number of records in the export |
data | object | The export data payload |
expiresAt | string | ISO-8601 expiry timestamp (exports expire after 7 days) |
createdAt | string | ISO-8601 creation timestamp |
Error Responses
| Status | Code | Description |
|---|---|---|
| 401 | UNAUTHORIZED | Invalid or missing API key |
| 404 | NOT_FOUND | Export not found |