---
title: "Get Benchmark"
method: GET
path: "/api/v1/benchmarks/{bench_id}"
tags: ["benchmarks"]
---

# Get Benchmark

`GET /api/v1/benchmarks/{bench_id}`

## Path parameters

- `bench_id` string, required

## Response `200`

Successful Response

- BenchmarkSpec
  - `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

---

[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)
