Check data export status / download
GET /api/v1/export/{export_id}
GET
/api/v1/export/{export_id}
Returns the current status of a previously requested portable data export. When status is ‘ready’, a presigned download_url is included.
Authorizations
Parameters
Path Parameters
export_id
required
The export job identifier
string format: uuid
The export job identifier
Responses
200
Successful Response
Response body for GET /export/{export_id}.
Attributes: export_id: The export job identifier. status: Current status (‘processing’, ‘ready’, ‘expired’, ‘not_found’). download_url: Presigned download URL (populated when status=‘ready’). message: Human-readable description.
422
Validation Error
object
detail
Array<object>
object
ctx
object
input
loc
required
Array
msg
required
string
type
required
string