v4

latestOpenAPI 3.0.32026-08-0161180264.4 KB
monitoring
integrations

queryOutboundMonitoringEvents

Query outbound monitoring events for a specific integration. Returns detailed information about outbound event deliveries, filtered by event_name (event_catalog_event) linked to the integration's outbound use cases.

post/v1/integrations/{integrationId}/monitoring/outbound-events

Path parameters

integrationIdstring uuid required

The integration ID

Request body

event_namestring

Filter by event name (event_catalog_event). If not specified, returns events for all linked event names in the integration's outbound use cases.

status'succeeded' | 'failed' | 'pending'

Filter by delivery status

webhook_config_idstring

Filter by webhook configuration ID

from_datestring date-time

Filter events from this date (inclusive)

to_datestring date-time

Filter events until this date (inclusive)

limitinteger

Maximum number of results to return

Example request

{
  "event_name": "automation_flow_target",
  "from_date": "2025-01-01T00:00:00Z",
  "to_date": "2025-01-31T23:59:59Z",
  "limit": 50
}

Response

Outbound monitoring events queried successfully

has_moreboolean

Indicates if more results are available