---
title: "Returns a single benchmark by its id."
method: GET
path: "/benchmark/{benchmarkId}"
tags: ["Benchmark"]
---

# Returns a single benchmark by its id.

`GET /benchmark/{benchmarkId}`

## Path parameters

- `benchmarkId` string, required

## Response `200`

OK

- GetBenchmarkByIdEndpointOutput
  - `id` string, required — The unique identifier of the benchmark.
  - `name` string, required — The name of the benchmark.
  - `description` string, nullable, required — Optional plain-text credit for the people or sources behind the benchmark. Null when no description was supplied.
  - `isPublic` boolean, required — Whether the benchmark is public.
  - `isPublished` boolean, required — Whether the benchmark is published to the public benchmark repository.
  - `createdAt` string, date-time, required — The timestamp when the benchmark was created.
  - `ownerId` string, uuid, required — The id of the customer owning the benchmark.
  - `ownerMail` string, required — The mail of the customer owning the benchmark.
  - `organizationId` string, required — The id of the organization that owns the entity.
  - `initialBoostLevel` integer, nullable, required — The initial boost level applied to the campaign of every run created from this benchmark. Null means the benchmark default is used.
  - `scoreShift` number, double, required — Additive offset applied to displayed scores on the overall scoreboard of this benchmark.
  - `scoreScale` number, double, required — Multiplicative factor applied to displayed scores (relative to the Bradley-Terry center) on the overall scoreboard of this benchmark.

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

---

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