Skip to main content
GET
Get Job

Authorizations

Authorization
string
header
required

API key authentication. Use your Aifano API key (starts with ak_live_) as the Bearer token.

Path Parameters

job_id
string
required

The job ID returned from an async endpoint.

Response

Job status and result

job_id
string
status
enum<string>

Current job status.

Available options:
pending,
running,
completed,
failed,
cancelled
result
object

Job result (available when status is completed).

duration
number
usage
object