Skip to Content
API ReferenceMetrics DebuggingList All Metrics

List All Metrics

GET/v0/metrics
Authentication

Retrieve the metrics of all running pipelines belonging to this tenant.

The metrics are collected by making individual HTTP requests to /metrics endpoint of each pipeline, of which only successful responses are included in the returned list.

Authentication

SchemeTypeDetails
JSON web token (JWT) or API keyBearer tokenAuthorization header · Use a JWT token obtained via an OAuth2/OIDC login workflow or an API key obtained via the `/v0/api-keys` endpoint.

Response

text/plain
Metrics of all running pipelines belonging to this tenant in Prometheus format
  • string (binary)
Request
curl -X GET '/v0/metrics' \
  -H 'Authorization: Bearer YOUR_TOKEN'
Response
Metrics of all running pipelines belonging to this tenant in Prometheus format
"string"