Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

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

Api-Version-Date
string

Pins the request to a dated API version.

Example:

"2026-08-13"

Path Parameters

id
string
required

The export ID, prefixed exprt_.

Response

export found

created_at
string
required

When the export was requested, as an ISO 8601 timestamp.

Example:

"2026-01-01T12:00:00.000Z"

download_url
string | null
required

A short-lived link to download the finished CSV. null until status is completed, and again once the export has expired.

Example:

"https://assets-2-rough.whop.com/uploads/image/2026-01-01/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"

expires_at
string
required

When the CSV is deleted and the export moves to expired, as an ISO 8601 timestamp. Exports are retained for 30 days.

Example:

"2026-01-01T12:00:00.000Z"

id
string
required

Export ID, prefixed exprt_.

Example:

"exprt_xxxxxxxxxxxxxx"

progress_percent
integer | null
required

Estimated completion percentage from 0 to 100.

Example:

0

resource
enum<string>
required

The resource that was exported, e.g. receipts, members, or payouts.

Available options:
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
Example:

"members"

status
enum<string>
required

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.

Available options:
pending,
processing,
completed,
failed,
expired
Example:

"completed"

updated_at
string
required

When the export last changed, as an ISO 8601 timestamp.

Example:

"2026-01-01T12:00:00.000Z"