ℹ️ These docs are for the free version of Galileo. Documentation for current customers can be found here.
cURL
curl --request POST \ --url https://api.galileo.ai/v2/projects/{project_id}/experiments/{experiment_id}/metrics \ --header 'Content-Type: application/json' \ --header 'Galileo-API-Key: <api-key>' \ --data '{ "filters": [ { "case_sensitive": true, "name": "input", "operator": "eq", "type": "text", "value": "example input" } ] }'
{ "metrics": [ { "name": "<string>", "buckets": {}, "average": 123 } ] }
Retrieve metrics for a specific experiment.
Successful Response
The response is of type object.
object
Was this page helpful?