Project Metrics REST API
View a metric
⚠️ Breaking Changes: The Bencher API is in beta and under active development. We may introduce breaking changes in future releases. We will announce any breaking changes in the release notes.
View a metric for a project. If the project is public, then the user does not need to be authenticated. If the project is private, then the user must be authenticated and have `view` permissions for the project.
Headers
Content-Type string
 Required 
 Set to application/json.
Authorization string
Set to Bearer BENCHER_API_TOKEN, where BENCHER_API_TOKEN is a vaild Bencher API token.
Path Parameters
metricstring
Required
The UUID for a metric.
projectRequired
The slug or UUID for a project.
 GET 
 /v0/projects/{project}/metrics/{metric} | Bencher Cloud | https://api.bencher.dev | 
| Bencher Self-Hosted | http://localhost:61016 | 
Bencher CLI
bencher metric view PROJECT METRICView OpenAPI Spec