cURL
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>" } }
Fetch a queued/processing/completed/failed job by id.
Use Authorization: Bearer {api_key}
Authorization: Bearer {api_key}
Job found
Show child attributes