Skip to main content
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

  • typeString

    Filter by metric type; empty returns all types Filter by metric type; empty returns all types

  • statusString

    Filter by metric status (e.g. active, deprecated, archived) Filter by metric status (e.g. active, deprecated, archived)

  • categoryString

    Filter by metric category; empty returns all categories Filter by metric category; empty returns all categories

Responses

200 OK

On success, this API returns the following response structure.

  • dataObject

    The data value

    Example: (nested object)

Endpoint

GET/api/v1/metrics

/api/v1/metrics

Operation ID

ListMetrics

Permalink

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.

View all change history