REST API — Enrichment Jobs
Ce contenu n’est pas encore disponible dans votre langue.
| Method | Path | What it does |
|---|---|---|
GET |
/api/enrichment-jobs |
ACL-filtered: standalone jobs via job membership, pinned jobs via the workflow’s membership — a job over a workflow never shared with you is invisible (no structure leak). |
POST |
/api/enrichment-jobs |
Create job |
DELETE |
/api/enrichment-jobs/{job_id} |
Owner-only (the WORKSPACE owner passes as destructive backstop). |
PUT |
/api/enrichment-jobs/{job_id} |
Update job |
GET |
/api/enrichment-jobs/{job_id}/records |
Ledger status counts (frame badges / fleet view). Viewer+. |
POST |
/api/enrichment-jobs/{job_id}/run-now |
Make the job due immediately (picked up within a minute). |
POST |
/auth/batch-ticket/{job_id} |
Create a short-lived ticket for the batch-progress WebSocket. |