List Observability Events
list_observability_eventsList a business-scoped timeline of compact call-runtime events and redacted integration-delivery attempts. Mirrors GET /api/v1/observability-events and uses bounded keyset pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | ||
| from | No | ||
| limit | No | ||
| cursor | No | Opaque next_cursor returned by the previous page. | |
| source | No | Event stream to read (default: all). | |
| call_id | No | Runtime-event call UUID filter. | |
| outcome | No | Integration-delivery filter. | |
| provider | No | Integration-delivery filter. | |
| severity | No | Runtime-event filter. | |
| object_id | No | Integration-delivery filter. | |
| operation | No | Integration-delivery filter. | |
| event_type | No | Runtime-event filter. | |
| business_id | No | Business ID (optional only when the token can access exactly one business). | |
| object_type | No | Integration-delivery filter. | |
| connection_id | No | Integration connection UUID filter. | |
| correlation_id | No | Runtime-event filter. | |
| conversation_id | No | Runtime-event filter. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Present when success is false | |
| events | No | ||
| success | Yes | Whether the tool completed successfully | |
| pagination | No | ||
| business_id | No |