search_events
Searches the organization's recent raw events (newest first) by text, event name, level, delivery status, customer user_id, route, source and time, with each event's latest deliveries. Bounded by the plan's retention. Page with next_cursor until exhausted is true; a short page with a cursor means the search window ended, not the history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org | No | Organization slug; omit for the default organization. See list_organizations. | |
| level | No | ||
| limit | No | ||
| since | No | Earliest receipt time: ISO-8601 with offset, YYYY-MM-DD (org-local day), or 30m/24h/7d/2w back. | |
| until | No | Latest receipt time, same forms as since. | |
| cursor | No | next_cursor from the previous page. | |
| search | No | Text to find in the event name or message; at least 3 characters. | |
| status | No | Delivery status of the event. | |
| user_id | No | The sender's customer identifier, exact match (see get_user_timeline). | |
| route_id | No | A route id (rte_…) from describe_setup. | |
| source_id | No | A source id (sou_…) from describe_setup. | |
| event_name | No | Exact event name, e.g. payment-received. | |
| include_payload | No |