list_observability_events
ActiveTool of KaiCalls
declared in 1.0.0
List 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.
Parameters schema
{
"type": "object",
"properties": {
"to": {
"type": "string",
"format": "date-time"
},
"from": {
"type": "string",
"format": "date-time"
},
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1
},
"cursor": {
"type": "string",
"description": "Opaque next_cursor returned by the previous page."
},
"source": {
"enum": [
"all",
"runtime",
"delivery"
],
"type": "string",
"description": "Event stream to read (default: all)."
},
"call_id": {
"type": "string",
"description": "Runtime-event call UUID filter."
},
"outcome": {
"enum": [
"success",
"failure"
],
"type": "string",
"description": "Integration-delivery filter."
},
"provider": {
"type": "string",
"description": "Integration-delivery filter."
},
"severity": {
"enum": [
"info",
"warning",
"error"
],
"type": "string",
"description": "Runtime-event filter."
},
"object_id": {
"type": "string",
"description": "Integration-delivery filter."
},
"operation": {
"type": "string",
"description": "Integration-delivery filter."
},
"event_type": {
"type": "string",
"description": "Runtime-event filter."
},
"business_id": {
"type": "string",
"description": "Business ID (optional only when the token can access exactly one business)."
},
"object_type": {
"type": "string",
"description": "Integration-delivery filter."
},
"connection_id": {
"type": "string",
"description": "Integration connection UUID filter."
},
"correlation_id": {
"type": "string",
"description": "Runtime-event filter."
},
"conversation_id": {
"type": "string",
"description": "Runtime-event filter."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
KaiCalls
https://github.com/cgallic/kai_calls
1/7 registries