Get a metric definition
Metric
Get a metric definition
Fetch a single metric definition by its UUID or its stable slug (e.g. customer_satisfaction). Resolution is scoped to the project — a project-owned metric wins over an org-wide one, which wins over a system metric of the same slug.
GET
Get a metric definition
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The metric definition's Roark ID (UUID) or its stable slug (e.g. customer_satisfaction).
Response
The metric definition
Metric definition data. The variant is selected by calculationType.
- LLM judge metric
- Provider metric
- Threshold metric
- Formula metric
- Pattern metric

