Return a list of tasks for given job
GET {{baseUrl}}/batch/:jobId/tasks
Return a list of tasks for given job
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
[
{
"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