Skip to main content
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

Request

cURL

Response (200)

Notes

  • Export jobs are account-scoped.
  • downloadUrl and expiresAt remain null until 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