List pipeline runs
list_pipeline_runsFetch recent pipeline runs for a site, newest first, showing each stage invocation with status. Read-only monitoring of pipeline activity.
Instructions
List pipeline runs. Recent engine activity for the Site, newest first. One row per stage invocation, so a single logical run appears as several rows as work moves through the stages. Read only. Nothing is changed. Needs a secret key (wv_sk_) carrying the pipeline:read scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size. Values above the maximum are clamped rather than rejected, so a client asking for a thousand rows gets a hundred and a `next_cursor`. | |
| stage | No | ||
| cursor | No | The opaque cursor from `data.next_cursor` on the previous page. Do not parse it or construct one; its encoding is not part of this contract and will change. | |
| status | No |