Skip to main content
GET
/
queue
/
process
/
{process}
/
view
{
  "object": {
    "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

process
string
required

Process identifier

Query Parameters

space
string

Space Identifier

Response

Success

object
object