---
title: "List Benchmarks."
method: GET
path: "/v1/benchmarks"
tags: ["Benchmark"]
---

# List Benchmarks.

`GET /v1/benchmarks`

List all Benchmarks matching filter.

## Query parameters

- `name` string
- `search` string
- `limit` integer
- `starting_after` string
- `include_total_count` boolean

## Response `200`

OK

- BenchmarkDefinitionListView
  - `benchmarks` BenchmarkDefinitionView[], required — List of Benchmarks matching filter.
    - `id` string, required — The ID of the Benchmark.
    - `name` string, required — The name of the Benchmark.
    - `scenarioIds` string[], required — List of Scenario IDs that make up the benchmark.
    - `metadata` object, required — User defined metadata to attach to the benchmark for organization.
    - `required_environment_variables` string[] — Required environment variables used to run the benchmark. If any required environment variables are missing, the benchmark will fail to start.
    - `required_secret_names` string[] — Required secrets used to run the benchmark. If any required secrets are missing, the benchmark will fail to start.
    - `is_public` boolean — Whether this benchmark is public.
    - `attribution` string — Attribution information for the benchmark.
    - `description` string — Detailed description of the benchmark.
    - `status` 'active' | 'archived', required
  - `has_more` boolean, required
  - `total_count` integer, nullable

## Changes

- **2026-07-22** `fe489479c0aa` — 1 info
  - added the new optional `query` request parameter `search`
- **2026-04-01** `c33fa67077f6` — 1 info
  - added the required property `benchmarks/items/status` to the response with the `200` status
- **2026-03-24** `32e4b2dfb757` — 1 warning, 1 info
  - removed the optional property `remaining_count` from the response with the `200` status
  - added the new optional `query` request parameter `include_total_count`
- **2026-02-19** `8704a652545c` — 4 breaking
  - the response property `remaining_count` became nullable for the status `200`
  - the response property `total_count` became nullable for the status `200`
  - the response property `remaining_count` became optional for the status `200`
  - the response property `total_count` became optional for the status `200`
- **2025-12-13** `370a5d676ff0` — 1 info
  - added the new optional `query` request parameter `name`

[Change history](https://skmtc.dev/runloopai/apis/runloop-api/changes/v1/benchmarks/get.md)

---

[API](https://skmtc.dev/runloopai/apis/runloop-api.md) · [All operations](https://skmtc.dev/runloopai/apis/runloop-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/runloopai/runloop-api/revisions/e9dc776053e4/schema)
