list_executions
List this account's executions, newest first, optionally filtered by status or a created_at time range. Returns next_cursor when a page is full; pass it back as cursor for the next page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | page size, 1-100 (default 20) | |
| since | No | only executions created at or after this RFC3339 timestamp | |
| until | No | only executions created before this RFC3339 timestamp | |
| cursor | No | opaque next_cursor value from a previous page | |
| status | No | filter by status: QUEUED, RUNNING, RETRYING, SUCCEEDED, or FAILED |