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.ontora.com/v1/jobs/stats \ --header 'Authorization: Bearer <token>'
{ "stats": [ { "type": "<string>", "status": "<string>", "count": 123 } ], "total": 123, "queued": 123, "running": 123, "done": 123, "failed": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes
Was this page helpful?