Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.getgranite.ai/api/jobs
{ "jobs": [ { "job_id": "<string>", "job_type": "<string>", "status": "<string>", "created_at": "2023-11-07T05:31:56Z", "execution_details": { "display_label": "<string>", "detail_type": "<string>" }, "started_at": "2023-11-07T05:31:56Z", "completed_at": "2023-11-07T05:31:56Z", "assigned_to_machine_id": "<string>", "result": {}, "error": "<string>", "status_history": [ {} ] } ] }
Filter by status
Maximum jobs to return
1 <= x <= 100
Number of jobs to skip
x >= 0
Successful Response
List of jobs
Jobs
Show child attributes