Skip to main content
GET
Retrieve a single export by its ID. Only exports belonging to your organization are accessible. Use this to check the status of an export or retrieve its download URLs.

Path Parameters

string
required
The export ID returned from a previous export request.

Response


Tips

  • Use the export_id from any export response (POST /v1/properties/export or POST /v1/people/export) to retrieve the export later.
  • Download URLs are time-limited. If they’ve expired, you’ll need to run the export again.
  • See the Exporting Guide for best practices.