cURL
curl --request GET \ --url https://api.timbal.ai/ace/{ace_uid}/jobs \ --header 'Authorization: Bearer <token>'
{ "jobs": [ { "iteration_count": 123, "kind": "<string>", "queued_at": "2023-11-07T05:31:56Z", "status": "<string>", "tool_call_count": 123, "uid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "completed_at": "2023-11-07T05:31:56Z", "duration_ms": 123, "error_message": "<string>", "started_at": "2023-11-07T05:31:56Z" } ], "total": "<string>" }
List jobs for an ACE, most recent first.
Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.
ACE uid (UUID).
Max rows to return (clamped to 200). Defaults to 50.
Jobs
Show child attributes