cURL
curl --request GET \ --url https://api.chatgrid.ai/v1/v1/jobs \ --header 'Authorization: Bearer <token>'
{ "object": "list", "data": [ { "id": "ccdd1122-3344-5566-7788-99aabbccddee", "type": "document_process", "status": "processing", "result": null, "error": null, "created_at": "2026-03-15T11:00:00.000Z", "completed_at": null } ], "has_more": false, "cursor": null }
Returns all background jobs for the authenticated user. Optionally filter by status.
Pass your API key (prefixed cgk_) or a Supabase JWT in the Authorization: Bearer <token> header.
cgk_
Authorization: Bearer <token>
Filter by job status.
processing
completed
failed
List of jobs.
list
Show child attributes
false
null