list_function_runs
List function runs with filters by status, event type, time window, limit, and cursor for pagination.
Instructions
List durable runs for a function, filterable by status, event_type, time window, limit, and cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Function name | |
| limit | No | Maximum runs to return (max 100). | |
| since | No | Only include runs created/updated at or after this ISO timestamp or epoch ms. | |
| until | No | Only include runs created/updated before this ISO timestamp or epoch ms. | |
| cursor | No | Pagination cursor returned by a prior list call. | |
| status | No | Filter by run status | |
| event_type | No | Filter by event type | |
| project_id | Yes | The project ID |