ℹ️ These docs are for the v2.0 version of Galileo. Documentation for v1.0 version can be found here.
cURL
curl --request POST \ --url https://api.galileo.ai/v2/projects/{project_id}/experiments/metrics \ --header 'Content-Type: application/json' \ --header 'Galileo-API-Key: <api-key>' \ --data ' { "filters": [ { "column_id": "<string>", "value": "<string>", "operator": "eq", "type": "id" } ] } '
{ "metrics": [ { "name": "<string>", "buckets": {}, "average": 123 } ] }
Retrieve metrics for all experiments in a project.
Show child attributes
ID of the column to filter.
eq
ne
one_of
not_in
contains
"id"
Successful Response
List of metrics for the experiment, including categorical and quartile metrics.
Was this page helpful?