For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Copy to LLMGithubGo to App
DocumentationIntegrationsBuilding Self-Improving AgentsSelf-hosting OpikSDK & API reference
DocumentationIntegrationsBuilding Self-Improving AgentsSelf-hosting OpikSDK & API reference
    • Overview
  • Python SDK
    • Reference
    • REST API Client
  • Typescript SDK
    • Overview
    • Opik TS
    • Prompts
    • Opik Query Language (OQL)
  • Rest API
    • Overview
        • PATCHBatch update experiments
        • GETFind experiments
        • POSTCreate experiment
        • POSTCreate experiment items
        • POSTDelete experiment items
        • POSTDelete experiments by id
        • POSTCreate and execute experiment
        • PUTRecord experiment items in bulk
        • GETFind Feedback Score names
        • GETFind experiment groups
        • GETFind experiment groups with aggregations
        • POSTFinish experiments
        • GETGet experiment by id
        • PATCHUpdate experiment by id
        • GETGet experiment item by id
        • POSTStream experiment items
        • POSTStream experiments
LogoLogo
Copy to LLMGithubGo to App
Rest APIAPI ReferenceExperiments

Find experiment groups

GET
/v1/private/experiments/groups
GET
/api/v1/private/experiments/groups
$curl http://localhost:5173/api/v1/private/experiments/groups
1{
2 "content": {},
3 "details": {
4 "groups_details": [
5 {
6 "group_sorting": [
7 "string"
8 ]
9 }
10 ]
11 }
12}
Find experiments grouped by specified fields
Was this page helpful?
Previous

Find experiment groups with aggregations

Next
Built with

Query parameters

groupsstringOptional
typesstringOptional
namestringOptional
project_idstringOptionalformat: "uuid"
project_deletedbooleanOptional
filtersstringOptional

Response

Experiment groups
contentmap from strings to objects
detailsobject

Errors

400
Bad Request Error