---
title: "Find experiment groups"
method: GET
path: "/v1/private/experiments/groups"
tags: ["Experiments"]
---

# Find experiment groups

`GET /v1/private/experiments/groups`

Find experiments grouped by specified fields

## Query parameters

- `groups` string
- `types` string
- `name` string — Filter experiments by name (partial match, case insensitive)
- `project_id` string, uuid
- `project_deleted` boolean
- `filters` string

## Response `200`

Experiment groups

- ExperimentGroupResponse
  - `content` object
  - `details` GroupDetails
    - `groups_details` GroupDetail[]
      - `group_sorting` string[]

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/comet-ml/apis/opik-rest-api.md) · [All operations](https://skmtc.net/comet-ml/apis/opik-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/comet-ml/opik-rest-api/versions/4ed2fbc97cc3/schema)
