TeamDay Docs

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
MethodPathPurpose
GET/api/jobsList jobs
GET/api/jobs/{id}Read job status, metrics, artifacts, and review state
GET/api/jobs/{id}/eventsStream job events over Server-Sent Events
GET/api/jobs/{id}/lineageRead parent/child job relationships
GET/api/jobs/{id}/transcript-eventsRead transcript events
POST/api/jobs/{id}/approveApprove reviewable work
POST/api/jobs/{id}/cancelCancel running work
POST/api/jobs/{id}/resumeFork a resumable job with replay context
POST/api/jobs/{id}/iterateRequest another iteration

Use Idempotency-Key on all mutating job actions.

On this page