v4
latestOpenAPI 3.0.32026-08-0161180264.4 KBmonitoring
integrations
getMonitoringTimeSeries
Get time-series aggregated event counts for monitoring charts. Returns pre-bucketed counts at configurable intervals for both inbound and outbound events. Maximum of 200 buckets per request. Returns 400 if the time range and interval would exceed this limit.
post/v1/integrations/{integrationId}/monitoring/timeseries
Path parameters
integrationIdstring uuid required
The integration ID
Request body
Example request
{
"from_date": "2025-01-01T00:00:00Z",
"to_date": "2025-01-31T23:59:59Z",
"interval": "1h",
"direction": "both"
}Response
Time-series aggregated event counts retrieved successfully