Get job details
GET {{baseUrl}}/batch/:jobId
Get an object describing the given job
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"id": "<string>",
"tenantId": "<string>",
"type": "<string>",
"userId": "<string>",
"created": "<number>",
"updated": "<number>",
"state": "<string>",
"tasks": [
{
"id": "<string>",
"jobId": "<string>",
"type": "<string>",
"tenantId": "<string>",
"created": "<number>",
"updated": "<number>",
"state": "<string>"
},
{
"id": "<string>",
"jobId": "<string>",
"type": "<string>",
"tenantId": "<string>",
"created": "<number>",
"updated": "<number>",
"state": "<string>"
}
]
} |
ENDPOINTS