Overview
Audience results are read from runs. A run can bemanual, daily, or preview; public run creation supports manual runs. Daily runs are queued by the worker scheduler for active audiences.
Queue a manual run
Idempotency-Key when retrying from a client. The key can be up to 120 characters.
Response
List runs
Cancel a queued run
Run status values
| Status | Meaning |
|---|---|
queued | Waiting for a worker |
running | Materialization is in progress |
completed | Results, stats, and exports are available |
failed | Processing failed; inspect errorCode and errorMessage |
cancelled | The queued run was cancelled |
Notes
- Each run is a separate snapshot.
- Use the run ID for results, stats, and exports.
- Result endpoints return
202while a run is queued or running. - Daily refresh is worker-owned; do not trigger daily runs from UI clients.