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

# List Benchmarks

`GET /api/v1/benchmarks`

## Query parameters

- `cursor` string, nullable
- `limit` integer
- `sort` string, nullable
- `order` 'asc' | 'desc'
- `search` string, nullable

## Response `200`

Successful Response

- PaginatedResponseBenchmarkSpec
  - `items` BenchmarkSpec[], required
    - `bench_id` string, required
    - `organization_id` string, required
    - `label` string, required
    - `description` string
    - `visibility` string
    - `family` string, nullable
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `eval_run_count` integer
  - `next_cursor` string, nullable
  - `has_more` boolean, required

---

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