list_events
List events captured by a bucket, newest first, with composable filters: since/until (ISO 8601 or YYYY-MM-DD), provider, type, method, signature_valid, and q (case-insensitive substring over body, content type, method, type and labels). Use cursor for the next page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Case-insensitive substring search over body/content-type/method/type/labels. | |
| type | No | The provider's own event name, matched exactly. | |
| limit | No | Max events to return (1–100, default 20). | |
| since | No | Only events at or after this time (ISO 8601 or YYYY-MM-DD). | |
| until | No | Only events at or before this time. | |
| cursor | No | Pagination cursor from a previous response. | |
| method | No | HTTP method (GET, POST, ...). | |
| provider | No | Filter to a provider (e.g. stripe, github). | |
| bucket_id | Yes | The endpoint id. | |
| signature_valid | No | Only events whose signature verification passed/failed. |