POST alternative for GET /billing/usage/metrics. Use when URL length limits are exceeded (e.g., 100+ tenant 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.
asc, desc Source connector name. Example: postgresql, mysql, ...
Enter the source name you want to search for
A comma-separated list of Tenant IDs
Body model for POST /billing/usage/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.
List of tenant IDs (as array) or comma-separated string. Body takes precedence over query params.
Successful Response