ExportJobDto
Example
JSON
{ "id": "00000000-0000-0000-0000-000000000000", "status": "pending", "surface": "admin", "format": "csv", "application_id": "00000000-0000-0000-0000-000000000000", "environment_id": "00000000-0000-0000-0000-000000000000", "row_count": 0, "error": "string", "created_at": "2026-04-20T12:00:00.000Z", "completed_at": "2026-04-20T12:00:00.000Z", "expires_at": "2026-04-20T12:00:00.000Z", "download_url": "string" }
Properties
`pending` (enqueued), `processing` (worker rendering), `completed` (file ready), or `failed` (see `error`).
Tell us how we can improve this guide.