POST alternative for GET /pipelines/metrics. Use when URL length limits are exceeded (e.g., 100+ IDs). Supports both query parameters and request body. Body parameters take precedence over query parameters.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Entity identifier to fetch metrics for
Starting index for topic list pagination
Number of topics to return in the list
Starting key for cursor-based pagination
Number of results to return
Metrics aggregation level (e.g., 'connector', 'task', 'topic')
Page number for pagination
End timestamp for metrics range (ISO 8601, e.g., '2025-01-15T10:00:00Z')
Start timestamp for metrics range (ISO 8601, e.g., '2025-01-15T09:00:00Z')
Time unit for aggregation (e.g., 'minute', 'hour', 'day')
Time interval value for aggregation
Type of time-based query: 'timeseries', 'latest', or 'timesummary'
A comma-separated list of Tenant IDs
A comma-separated list of pipeline IDs
Snapshot status filter
Field to sort results by
Sort direction: 'asc' or 'desc'
asc, desc Body model for POST /pipelines/metrics requests.
Supports large lists of IDs that would exceed URL length limits when using GET. Body parameters take precedence over query parameters when both are provided.