cURL
curl --request GET \ --url http://localhost:3000/organizations/{orgId}/export/{exportId} \ --header 'Authorization: Bearer <token>'
{ "statusCode": 123, "message": "OK", "data": { "status": "pending", "requestedAt": "2023-11-07T05:31:56Z" } }
Retrieves the status of a previously requested organization data export. Returns download URL when completed. Requires org admin access.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Default Response
Show child attributes