JavaScript
Metric
List metric definitions
Fetch all metric definitions available in the project, including both system-generated and custom metrics.
GET
JavaScript
Documentation Index
Fetch the complete documentation index at: https://docs.roark.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
All metric definitions available in the project
data
(LLM judge metric · object | Provider metric · object | Threshold metric · object | Formula metric · object | Pattern metric · object)[]
required
Metrics response payload
Metric definition data. The variant is selected by calculationType.
- LLM judge metric
- Provider metric
- Threshold metric
- Formula metric
- Pattern metric

