Resource
Jobs
Poll the status of asynchronous jobs (e.g. report generation). Each job is principal-isolated: keys can only see jobs they started; brand-restricted keys can only see jobs for their brand.
Operations
| Method | Endpoint | Summary |
|---|---|---|
| GET | /v1/jobs | List recent jobs |
| GET | /v1/jobs/{job_id} | Poll a job |
| DELETE | /v1/jobs/{job_id} | Cancel a job |