cURL
curl --request GET \ --url https://platform.aifano.com/jobs \ --header 'Authorization: Bearer <token>'
[ { "job_id": "<string>", "status": "pending", "result": {}, "duration": 123, "usage": { "num_pages": 123, "credits": 123 } } ]
List all jobs for the authenticated organization.
API key authentication. Use your Aifano API key (starts with ak_live_) as the Bearer token.
ak_live_
List of jobs
Current job status.
pending
running
completed
failed
cancelled
Job result (available when status is completed).
Show child attributes