---
title: "List Metrics"
method: GET
path: "/agents/metrics"
tags: ["Agents"]
---

# List Metrics

`GET /agents/metrics`

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

## Query parameters

- `starting_after` string, nullable
- `limit` integer, nullable

## Headers

- `Cartesia-Version` '2026-03-01', date, required

## Response `200`

- ListMetricsResponse
  - `data` Metric[], required — List of metrics.
    - `id` string, required — The unique identifier for the metric.
    - `name` string, required — The name of the metric. This is a unique name that you can use to identify the metric in the CLI.
    - `display_name` string, nullable — The display name of the metric, if available. This is the name that is displayed in the Playground.
    - `prompt` string, required — The prompt associated with the metric, detailing the task and evaluation criteria.
    - `created_at` string, date-time, required — The timestamp when the metric was created.
  - `has_more` boolean, required — Whether there are more metrics to fetch.
  - `next_page` string, nullable — An ID that can be passed as `starting_after` or `ending_before` to get the next page of metrics.

---

[API](https://skmtc.net/cartesia/apis/cartesia-api.md) · [All operations](https://skmtc.net/cartesia/apis/cartesia-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cartesia/cartesia-api/versions/8910812440d3/schema)
