Retrieve an export
GET
/exports/{exportId}Returns the status of an export and, once it is ready, a short-lived download URL.
Scope exports:read
Path parameters
exportIdUUIDRequiredID of the export.
Returns
Returns 200 OK with the Export object.
Errors
Failed requests return application/problem+json problem details. The errors specific to this endpoint:
| Status | Code | Meaning |
|---|---|---|
| 400 | invalid_request | The request is malformed, such as invalid JSON. |
| 401 | unauthorized | The API key is missing, revoked, or invalid. |
| 403 | insufficient_scope | The key lacks the required scope. |
| 404 | not_found | The resource doesn’t exist or isn’t visible to this key. |
| 429 | rate_limited | Too many requests. Retry after Retry-After seconds. |
Last updated on