---
title: "Queries all participants within a benchmark."
method: GET
path: "/benchmark/{benchmarkId}/participants"
tags: ["Benchmark"]
---

# Queries all participants within a benchmark.

`GET /benchmark/{benchmarkId}/participants`

## Path parameters

- `benchmarkId` string, required

## Query parameters

- `page` integer
- `page_size` integer
- `sort` string[]
- `id` object
  - `eq` string
  - `neq` string
  - `gt` string
  - `gte` string
  - `lt` string
  - `lte` string
  - `contains` string
  - `starts_with` string
  - `ends_with` string
  - `in` string[]
  - `not_contains` string
- `name` object
  - `eq` string
  - `neq` string
  - `gt` string
  - `gte` string
  - `lt` string
  - `lte` string
  - `contains` string
  - `starts_with` string
  - `ends_with` string
  - `in` string[]
  - `not_contains` string
- `status` object
  - `eq` string
  - `neq` string
  - `gt` string
  - `gte` string
  - `lt` string
  - `lte` string
  - `contains` string
  - `starts_with` string
  - `ends_with` string
  - `in` string[]
  - `not_contains` string
- `logic` 'and' | 'or'

## Response `200`

OK

- QueryParticipantsByBenchmarkEndpointPagedResultOfOutput
  - `total` integer, required
  - `page` integer, required
  - `pageSize` integer, required
  - `items` QueryParticipantsByBenchmarkEndpointOutput[], required
    - `id` string, required — The unique identifier of the participant.
    - `name` string, required — The name of the participant.
    - `benchmarkId` string, required — The id of the benchmark the participant belongs to.
    - `family` string, nullable — The family the underlying model belongs to (e.g. "Flux", "GPT"), or null if unset.
    - `lab` string, nullable — The lab that makes the model (e.g. "OpenAI", "Black Forest Labs"), or null if unset.
    - `proprietaryName` string, nullable — The vendor-facing display name of the model, or null if unset.
    - `licenseType` unknown
    - `logo` string, nullable — The logo of the model, or null if unset.
    - `status` 'Created' | 'Submittable' | 'Submitted' | 'Disabled', required
    - `createdAt` string, date-time, required — When the participant was added to the benchmark.
  - `totalPages` integer

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