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": [
{
"column_id": "<string>",
"value": "<string>",
"operator": "eq",
"type": "id"
}
]
}
'