List Metrics

List of all LLM-as-a-Judge metrics owned by your account.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Cartesia-Version"2025-04-16"Required

Query parameters

starting_afterstringOptional

(Pagination option) The ID of the last Metric in the current response as a cursor for the next page of results.

limitintegerOptional

(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.
datalist of objects
List of metrics.
has_moreboolean

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_pagestring or null
The ID of the last Metric in the current response as a cursor for the next page of results.