Skip to main content
GET
/
metrics
Prometheus-style metrics
curl --request GET \
  --url http://localhost:4000/metrics \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - text/plain

Plain-text metrics

The response is of type string.

Last modified on March 31, 2026