list_events
Retrieve recent Inngest events in reverse chronological order, filter by event name or time range, and paginate results to inspect production activity.
Instructions
List recent events in reverse chronological order. Use name filter to find specific event types.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter by event name (e.g. 'app/user.created') | |
| limit | No | Max events to return (default 20) | |
| cursor | No | Pagination cursor from previous response | |
| received_after | No | Only events received after this time (ISO 8601). Defaults to 7 days ago | |
| received_before | No | Only events received before this time (ISO 8601). Defaults to now |