Get the status of an async thread delegation job
Get the status of an async thread delegation job
Path Parameters
dealerUUID string required
delegationUUID string required
Responses
- 200
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
delegationUUID string
status string
Possible values: [NOT_INITIATED, SCHEDULED, IN_PROGRESS, COMPLETED, FAILED]
totalThreads int32
processedThreads int32
errors object[]
errorCode string
errorDescription string
errorUID string
warnings object[]
warningCode string
warningDescription string
{
"delegationUUID": "string",
"status": "NOT_INITIATED",
"totalThreads": 0,
"processedThreads": 0,
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
Loading...