Skip to main content
GET
Get status of data export

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

data_export_token
string
required

Response

Returns the completed data export and its manifest. If it is still pending, the response will be a 202 and the caller should check the Location and Retry-After headers to determine where and how long to wait before polling again.

DataExport model

token
string
required
Example:

"dta_xprt_abcd1234567890"

status
string
required
Example:

"pending"

created_at
string
required
Example:

"2025-03-20T12:00:00Z"

export_type
string
required
Example:

"cost_report"

manifest
object
required
attributes
object
required