Skip to main content
Opik Documentation

Search documentation

Type to search this documentation.

Find experiment groups

GET/v1/private/experiments/groupsFind experiment groups

Find experiments grouped by specified fields

Parameters

groupsstringquery
typesstringquery
namestringquery

Filter experiments by name (partial match, case insensitive)

project_idstring · uuidquery
project_deletedbooleanquery
filtersstringquery

Responses

200Experiment groupsapplication/json
objectExperimentGroupResponse
contentobject
detailsobject
Show child attributes
groups_detailsarray of object
Show child attributes
Show array items
group_sortingarray of string
Show child attributes
Example response
{
  "content": {
    "additionalProp1": {
      "label": "string"
    }
  },
  "details": {
    "groups_details": [
      {
        "group_sorting": [
          "string"
        ]
      }
    ]
  }
}
400Bad Requestapplication/json
objectErrorMessage
codeinteger · int32
detailsstring
messagestring
Example response
{
  "code": 0,
  "details": "string",
  "message": "string"
}
Documentation menu