Skip to main content
GET
https://example.com
/
api
/
admin
/
metrics
/
raw
Get raw Prometheus metrics text
curl --request GET \
  --url https://example.com/api/admin/metrics/raw \
  --cookie better-auth.session_token=
"<string>"

Authorizations

better-auth.session_token
string
cookie
required

Response

Prometheus text format metrics

The response is of type string.