List runs started by a specific trigger.
| Field | Type | Required | Description |
|---|---|---|---|
limit | number | No | Page size (1-100, default 25). |
cursor | string | No | Pagination cursor from next_cursor. |
status | string | No | Comma-separated statuses (running,completed). |
from | string | No | ISO timestamp lower bound on created_at. |
to | string | No | ISO timestamp upper bound on created_at. |