v4

latestOpenAPI 3.0.32026-08-0161180264.4 KB
monitoring
integrations

queryMonitoringEventsV2

Query monitoring events from the unified erp_monitoring_v2 table. Returns all event types (inbound, outbound, file_proxy, etc.) in a single list. Replaces the separate v1 inbound-events and outbound-events endpoints.

post/v2/integrations/{integrationId}/monitoring/events

Path parameters

integrationIdstring uuid required

The integration ID

Request body

use_case_idstring

Filter by use case ID (UUID). Empty string matches "General" events. Special value "unknown" matches events whose use_case_id does not belong to any currently configured use case for this integration (excludes "General" events).

use_case_type'inbound' | 'outbound' | 'file_proxy' | 'managed_call' | 'secure_proxy'

Filter by use case type (replaces direction)

level'success' | 'error' | 'skipped' | 'warning'

Filter by event level

codestring

Filter by taxonomy code (e.g. OAUTH2_TOKEN_FAILURE, HTTP_502)

event_idstring

Filter by trigger/inbound event ID

correlation_idstring

Filter by correlation ID for tracing

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

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

Response

Monitoring events queried successfully

has_moreboolean

Indicates if more results are available