ℹ️ 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}/recompute-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" } ], "log_stream_id": "00000000-0000-0000-0000-000000000000", "pagination": { "limit": 5, "starting_token": 0 }, "sort": { "ascending": false, "name": "updated_at", "sort_type": "column" } }'
"<any>"
Request to recompute metrics for a genai project run (log stream or experiment). This request is used to trigger recomputation of metrics based on the provided filters and scorer IDs.
Successful Response
The response is of type any.
any
Was this page helpful?