Skip to main content
GET
/
queue
/
job
/
{job}
/
view
{
  "metadata": {
    "totalCount": 123
  },
  "results": [
    {
      "identifier": "<string>",
      "jobId": "<string>",
      "routingKey": "<string>",
      "arguments": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "startedAt": "2023-11-07T05:31:56Z",
      "finishedAt": "2023-11-07T05:31:56Z",
      "processTime": 123,
      "runTime": 123,
      "meta": {
        "flags": [
          "<string>"
        ]
      }
    }
  ]
}

Path Parameters

job
string
required

Job identifier

Query Parameters

space
string

Space Identifier

Response

Success

metadata
object
results
object[]