v1

latestOpenAPI 3.0.32026-07-248519153.1 KB

Get export status

Returns the current status of an export job. Once status becomes completed, download_url is populated with a signed URL valid for ~1 hour. error_message is populated only when status is failed.

get/exports/{id}

Path parameters

idinteger required

Headers

api_keystring required

Response

Export record.

successinteger

Example response

{
  "export": {
    "type": "subscriptions",
    "file_name": "subscriptions_export_2026-05-20_18-30-00.tsv",
    "file_size_human": "12.4 MB",
    "mime_type": "text/tab-separated-values"
  }
}