Skip to main content
GET
/
api
/
v1
/
jobs
/
{id}
Get job status
curl --request GET \
  --url https://mallary.ai/api/v1/jobs/{id} \
  --header 'Authorization: <api-key>'
{
  "job": {
    "id": 123,
    "status": "queued",
    "payload": {},
    "result": {},
    "error": "<string>",
    "created_at": "<string>",
    "started_at": "<string>",
    "finished_at": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Use Authorization: Bearer {api_key}

Path Parameters

id
integer
required

Response

Job found

job
object