Skip to main content
Opik Documentation

Search documentation

Type to search this documentation.

Get experiment items stats for dataset

GET/v1/private/datasets/{id}/items/experiments/items/statsGet experiment items stats for dataset

Get experiment items stats for dataset

Parameters

idstring · uuidpathrequired
experiment_idsstringqueryrequired
filtersstringquery

Responses

200Experiment items stats resourceapplication/json
objectProjectStats_Public
statsarray of object
Show child attributes
Show array items
namestring
typestring

one of "COUNT", "PERCENTAGE", "AVG"

Example response
{
  "stats": [
    {
      "name": "string",
      "type": "AVG"
    }
  ]
}
Documentation menu