Skip to main content
Opik Documentation

Search documentation

Type to search this documentation.

Find experiment groups with aggregations

GET/v1/private/experiments/groups/aggregationsFind experiment groups with aggregations

Find experiments grouped by specified fields with aggregation metrics

Parameters

groupsstringquery
typesstringquery
namestringquery

Filter experiments by name (partial match, case insensitive)

project_idstring · uuidquery
project_deletedbooleanquery

Filter experiments by deleted projects

filtersstringquery

Responses

200Experiment groups with aggregationsapplication/json
objectExperimentGroupAggregationsResponse
contentobject
Example response
{
  "content": {
    "additionalProp1": {
      "aggregations": {
        "duration": {
          "p50": 0,
          "p90": 0,
          "p99": 0
        },
        "experiment_count": 0,
        "experiment_scores": [
          {
            "name": "string",
            "value": 0
          }
        ],
        "feedback_scores": [
          {
            "name": "string",
            "value": 0
          }
        ],
        "pass_rate_avg": 0,
        "passed_count_sum": 0,
        "total_count_sum": 0,
        "total_estimated_cost": 0,
        "total_estimated_cost_avg": 0,
        "trace_count": 0
      },
      "label": "string"
    }
  }
}
400Bad Requestapplication/json
objectErrorMessage
codeinteger · int32
detailsstring
messagestring
Example response
{
  "code": 0,
  "details": "string",
  "message": "string"
}
Documentation menu