cURL
curl --request GET \ --url https://parea-ai-backend-us-9ac16cdbc7a7b006.onporter.run/api/parea/v1/api/parea/v1/experiment/{experiment_uuid}/stats \ --header 'x-user-id: <api-key>'
{ "parent_trace_stats": [ { "trace_id": "<string>", "latency": 0, "input_tokens": 0, "output_tokens": 0, "total_tokens": 0, "cost": 123, "scores": [ { "name": "<string>", "score": 123, "evaluation_metric_id": 123, "reason": "<string>" } ] } ] }
Fetches aggregated stats for every root-level trace log in an experiment.
Successful Response
Contains aggregated stats of all root trace logs of an experiment.
Stats of root-level trace logs of an experiment
Show child attributes
Was this page helpful?