Retrieve Export
Fetches an export’s status and, once complete, its download link.
Authorizations
A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************
Headers
Pins the request to a dated API version.
"2026-07-27"
Path Parameters
The export ID, prefixed exprt_.
Response
expired export has no download link
When the export was requested, as an ISO 8601 timestamp.
A short-lived link to download the finished CSV. null until status is completed, and again once the export has expired.
When the CSV is deleted and the export moves to expired, as an ISO 8601 timestamp. Exports are retained for 30 days.
Export ID, prefixed exprt_.
The resource that was exported, e.g. receipts, members, or ads.
ad_campaigns, ad_groups, ads, members, receipts, unclaimed_memberships, memberships, tracking_links, promo_codes, resolutions, disputes, entries, leads, content_rewards_submissions, invoices, cancelation_reasons, child_companies, ledger_lines, withdrawal_lines "ad_campaigns"
pending or processing while the CSV is generated, completed when the download is ready, failed if it errored, expired once the CSV has been deleted.
pending, processing, completed, failed, expired "pending"
When the export last changed status, as an ISO 8601 timestamp.

