Jobs API
Current Teamday long-running work API for job status, events, transcripts, approval, cancellation, resume, and iteration.
Jobs API
Teamday's current execution object is a job.
Use the OpenAPI spec as the source of truth:
https://app.teamday.ai/api/openapi.json| Method | Path | Purpose |
|---|---|---|
GET | /api/jobs | List jobs |
GET | /api/jobs/{id} | Read job status, metrics, artifacts, and review state |
GET | /api/jobs/{id}/events | Stream job events over Server-Sent Events |
GET | /api/jobs/{id}/lineage | Read parent/child job relationships |
GET | /api/jobs/{id}/transcript-events | Read transcript events |
POST | /api/jobs/{id}/approve | Approve reviewable work |
POST | /api/jobs/{id}/cancel | Cancel running work |
POST | /api/jobs/{id}/resume | Fork a resumable job with replay context |
POST | /api/jobs/{id}/iterate | Request another iteration |
Use Idempotency-Key on all mutating job actions.