Traceability API
Batch execution records, domain event recording, WIP availability, heartbeats, and temporary step data.
Operations below are scaffolded from FastAPI introspection. Each operation page renders inline via
<OAOperation>once CI populatesopenapi.json.
Operations
- POST /event — Record a single domain event.
- POST /event/bulk — Record multiple domain events in bulk.
- GET /event — Fetch domain events.
- GET /batch/{batch_key} — Fetch batch execution data.
- GET /batch/{batch_key}/serials — Fetch serials linked to a batch.
- POST /job/{job_key}/heartbeat — Send a heartbeat for an active job.
- GET /wip — Get WIP availability for a job.
- POST /batch/temp-data — Store temporary step data for a batch.
- PUT /batch/{batch_key}/serial-temp-links — Create temporary serial links for a batch.