TTS-1.5 is here: under 120ms latency, optimized stability!
cURL
curl --request GET \ --url https://api.mintlify.com/v1/agent/{projectId}/jobs \ --header 'Authorization: Bearer <token>'
{ "allSessions": [ { "sessionId": "<string>", "subdomain": "<string>", "branch": "<string>", "haulted": true, "haultReason": "completed", "pullRequestLink": "<string>", "messageToUser": "<string>", "todos": [ { "content": "<string>", "status": "pending", "priority": "high", "id": "<string>" } ], "createdAt": "2023-11-07T05:31:56Z" } ] }
Retrieves all agent jobs for the specified domain, including their status and details.
The Authorization header expects a Bearer token. Create an Admin API Key here.
Your project ID. Can be copied from the API keys page in your dashboard.
All agent jobs retrieved successfully
Array of all agent sessions for the domain.
Show child attributes
Was this page helpful?