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

# Find experiment groups with aggregations

`GET /v1/private/experiments/groups/aggregations`

Find experiments grouped by specified fields with aggregation metrics

## Query parameters

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

## Response `200`

Experiment groups with aggregations

- ExperimentGroupAggregationsResponse
  - `content` object

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