Metrics
List Metrics
List Metrics configured for the specified Project. Metrics are returned in reverse chronological order.
GET
JavaScript
Documentation Index
Fetch the complete documentation index at: https://docs.scorecard.io/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.
Path Parameters
The ID of the Project to list Metrics for.
Example:
"314"
Query Parameters
Maximum number of items to return (1-100). Use with cursor for pagination through large sets.
Example:
20
Cursor for pagination. Pass the nextCursor from the previous response to get the next page of results.
Example:
"123"
Response
Successfully retrieved Metrics.
data
(AI int metric · object | Human int metric · object | Heuristic int metric · object | AI float metric · object | Human float metric · object | Heuristic float metric · object | AI boolean metric · object | Human boolean metric · object | Heuristic boolean metric · object)[]
required
A Metric defines how to evaluate system outputs against expected results.
- AI int metric
- Human int metric
- Heuristic int metric
- AI float metric
- Human float metric
- Heuristic float metric
- AI boolean metric
- Human boolean metric
- Heuristic boolean metric
Required range:
x >= 0JavaScript