Get
Gets information about queued job.
Request
GET https://ttv.microworkers.com/api/v2/queue-jobs/{jobId}
Parameters
Path Parameter |
||
---|---|---|
Name |
Type |
Description |
jobId |
string |
The ID of Queued job. |
Response
Response HTTP Codes
Http Code |
Response Type |
Description |
---|---|---|
200 |
OK |
|
401 |
Unauthorized |
|
404 |
Not found |
Response Body
{
"id": string,
"status": string,
"output": string
}
JobQueueInfoResponse
Property |
Type |
Description |
---|---|---|
id |
string |
The ID of Queued Job. |
status |
string |
The status of Queued Job.
|
output |
string |
Output returned by queued job processor. |