GET
/
api
/
v0
/
job-statuses
/
{job_status_id}
{
  "id": 123,
  "user_id": 123,
  "status": "<string>",
  "error_message": "<string>",
  "created_at": "2023-11-07T05:31:56Z"
}

Headers

authorization
string

Path Parameters

job_status_id
integer
required

Response

200
application/json

Successful Response

The response is of type object.