---
title: "Queries all benchmarks of the current user."
method: GET
path: "/benchmarks"
tags: ["Benchmark"]
---

# Queries all benchmarks of the current user.

`GET /benchmarks`

## 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
- `owner_mail` 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
- `created_at` 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

- QueryBenchmarksEndpointPagedResultOfOutput
  - `total` integer, required
  - `page` integer, required
  - `pageSize` integer, required
  - `items` QueryBenchmarksEndpointOutput[], required
    - `id` string, required — The unique identifier of the benchmark.
    - `name` string, required — The name of the benchmark.
    - `isManaged` boolean, required — Whether the benchmark is managed.
    - `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.
    - `ownerMail` string, required — The mail of the customer owning the benchmark.
    - `organizationId` string, required — The id of the organization that owns the entity.
  - `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/revisions/e42ec51c7b88/schema)
