Get Export Job
Export
Get Export Job
Retrieve one export job by id
GET
Get Export Job
Use this route to inspect the current status and fulfillment metadata for a specific export request.
Access
- Access layer:
premium - Plan floor:
enterprise - Surface:
export
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Export job id |
Request
cURL
Response (200)
Notes
- Export jobs are account-scoped.
downloadUrlandexpiresAtremainnulluntil fulfillment is complete.- This route is the right place to poll status instead of replaying bulk data routes.
Errors
- 404 if the export job does not exist for the authenticated account
- 403 if the API key does not meet the enterprise plan floor
- 500 on internal server error