Infrastructure/Metrics Catalog
GETInfrastructureSince 1.0SynchronousAuth Required
ListMetrics
Metric catalog List all metrics in the catalog with optional filters by type, status, and category.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
Request Inputs
Query Parameters
typeStringFilter by metric type; empty returns all types Filter by metric type; empty returns all types
statusStringFilter by metric status (e.g. active, deprecated, archived) Filter by metric status (e.g. active, deprecated, archived)
categoryStringFilter by metric category; empty returns all categories Filter by metric category; empty returns all categories
Responses
Endpoint
GET/api/v1/metrics
/api/v1/metrics
Request Example
curl -X GET '{host}/api/v1/metrics' -H 'Authorization: Bearer {token}'
Response Example
200{
"data": null
}Change History
This API has no change history records yet.
