List Metrics
List of all LLM-as-a-Judge metrics owned by your account.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Cartesia-Version
Query parameters
starting_after
(Pagination option) The ID of the last Metric in the current response as a cursor for the next page of results.
limit
(Pagination option) The number of metrics to return per page, ranging between 1 and 100. The default page limit is 10.
Response
This endpoint returns an object.
data
List of metrics.
has_more
Whether there are more metrics to fetch (using starting_after=id
, where id is the ID of the last Metric in the current response).
next_page
The ID of the last Metric in the current response as a cursor for the next page of results.