Skip to main content
GET
/
organizations
/
{orgId}
/
export
/
{exportId}
Get organization export status
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"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

orgId
string<uuid>
required
exportId
string<uuid>
required

Response

Default Response

statusCode
number
message
string
default:OK
data
object