Retrieve metrics available for a specific embed configuration and client, with support for pagination and client-specific filtering.
"true" to enable pagination with a limit of 10 per page.Note: Query parameters are passed as strings. Use "true" or "false"."true". Must be a numeric string (e.g., "1", "2")."true", returns only the list of metrics — excluding elements and summaries. Pass "false" or omit this parameter to return all items, including non-metric components.Note: Query parameters are passed as strings. Use "true" or "false".true: Metric is published and visiblefalse: Metric is unpublished (hidden but not deleted)truenull for system-created metrics.null: Indicates a system-created or admin-created metric| Status Code | Description |
|---|---|
200 | OK - Metrics retrieved successfully |
400 | Bad Request - Invalid request parameters, missing required fields, invalid API key, or embed ID not found |
| Error Code | HTTP Status | Description |
|---|---|---|
INVALID_DATA_APP_API_KEY | 400 | Invalid or expired API key |
EMBED_PARAM_ERROR | 400 | Embed ID not found for data app |
INVALID_REQUEST_BODY | 400 | Missing or invalid required parameters |