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.
API Reference
Monitor and control background jobs
curl http://localhost:8000/jobs/{id}
{ "id": "job-uuid", "status": "running", "job_type": "execute", "ticket_id": "ticket-uuid", "created_at": "2025-01-01T00:00:00Z", "started_at": "2025-01-01T00:00:01Z" }
QUEUED
RUNNING
SUCCEEDED
FAILED
CANCELED
curl http://localhost:8000/jobs/{id}/logs
ws://localhost:8000/ws/jobs/{id}/logs
curl -X POST http://localhost:8000/jobs/{id}/cancel