Get a stream run
Streams (campaigns)
Get a stream run
Check the status + progress log of a single sync run
GET
Get a stream run
Returns a single sync run’s status, counts, and progress log. Used for polling progress + final-status reads.
The run must belong to the stream (its
(account, segment) tuple appears in the stream’s pairs).
Response
Status values
| Value | Meaning |
|---|---|
queued | Waiting for Inngest worker |
running | Pipeline in progress |
succeeded | Completed cleanly |
failed | Aborted with error - see errorMessage |