Get export by job id
x-ms-visibility: "important"
Get export by job id
Path Parameters
jobId string required
Job Identifier
Responses
- 200
- 400
- 401
The job response
application/json
Schema
Example (from schema)
Schema
id uuid
status string
downloadUrl string
exportType string
createdAt date-time
updatedAt date-time
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"status": "string",
"downloadUrl": "string",
"exportType": "string",
"createdAt": "2025-02-17T11:24:21.306Z",
"updatedAt": "2025-02-17T11:24:21.306Z"
}
Exception Details
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
User not authorised
Loading...