Skip to main content
POST
Create export

When you’d use this

When the result set is too big to page through with /search — say, 50,000+ rows. Instead of looping for hours, you ask us to build a file in the background, then download it from a signed URL.

Headers

Request body

Request

Response

It’s not done yet. 202 Accepted means “working on it.” Poll GET /v1/exports/{id} until status becomes completed.
If you sent an Idempotency-Key and it matches a recent export, the response will include "idempotent_replay": true and the same export_id as before — no new export was created.