Retrieve Export
Fetches an export’s status and, once complete, its download link.
Authorizations
An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.
Headers
Pins the request to a dated API version.
"2026-08-13"
Path Parameters
The export ID, prefixed exprt_.
Response
export found
When the export was requested, as an ISO 8601 timestamp.
"2026-01-01T12:00:00.000Z"
A short-lived link to download the finished CSV. null until status is completed, and again once the export has expired.
"https://assets-2-rough.whop.com/uploads/image/2026-01-01/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
When the CSV is deleted and the export moves to expired, as an ISO 8601 timestamp. Exports are retained for 30 days.
"2026-01-01T12:00:00.000Z"
Export ID, prefixed exprt_.
"exprt_xxxxxxxxxxxxxx"
Estimated completion percentage from 0 to 100.
0
The resource that was exported, e.g. receipts, members, or payouts.
ad_campaigns, ad_groups, ads, apps, audiences, bounties, bounty_submissions, card_transactions, checkout_configurations, disputes, events, financial-activity, members, memberships, payout_methods, payouts, people, plans, products, resolution_center_cases, shipments, social_accounts, team_members, transfers, webhooks, receipts, unclaimed_memberships, tracking_links, promo_codes, resolutions, entries, leads, content_rewards_submissions, invoices, cancelation_reasons, child_companies, ledger_lines, withdrawal_lines "members"
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 "completed"
When the export last changed, as an ISO 8601 timestamp.
"2026-01-01T12:00:00.000Z"

