cURL
curl --request POST \ --url https://platform.composo.ai/api/v1/evaluations/filter \ --header 'Content-Type: application/json' \ --data ' { "filters": [ { "key": "<string>", "values": [ "<string>" ] } ], "criteria_filter": { "values": [ "<string>" ] }, "endpoint_type": "reward", "page": 1, "page_size": 100 } '
{ "evaluations": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "email": "<string>", "endpoint": "<string>", "status_code": 123, "latency_ms": 123, "request_payload": {}, "response_payload": {}, "token_count": 123, "domain": "<string>", "created_at": "2023-11-07T05:31:56Z", "model_class": "<string>", "tags": {} } ], "total": 123, "page": 123, "page_size": 123, "total_pages": 123 }
Filter evaluations based on metadata tags and optional endpoint type.
Returns paginated filtered evaluations (rows). Frontend can aggregate these rows client-side for charts/graphs.
Request to filter evaluations.
Show child attributes
Filter by evaluation criteria values.
reward
trace
Successful Response
Evaluations response model with pagination