Get build information
GET/status/buildinfo
Returns the subset of Prometheus build information fields supported by the Prometheus API.
Responses
- 200
- 401
- 500
Successful build information retrieval
Unauthorized — missing or invalid authentication. Triggered when the Authorization
header is absent or the access key (Client ID / Client Secret) is invalid. Returned as
a plain-text body, for example missing Authorization request header.
Internal server error — an unexpected failure while resolving metrics or executing the query. Returned as a Prometheus-style JSON error.