GET
/v1/private/projects/statsGet Project StatsGet Project Stats
Parameters
pageinteger · int32querysizeinteger · int32querynamestringqueryFilter projects by name (partial match, case insensitive)
filtersstringqueryfrom_timestring · date-timequeryWhen set, scope the project metrics from this time (ISO-8601 format); omitted keeps the all-time aggregates
to_timestring · date-timequeryScope the project metrics up to this time (ISO-8601 format). Must be after 'from_time'.
sortingstringqueryResponses
objectProjectStatsSummary
contentarray of objectShow child attributes
Show array items
durationobjectShow child attributes
p50numberp90numberp99numbererror_countobjectShow child attributes
countinteger · int64deviationinteger · int64deviation_percentageinteger · int64feedback_scoresarray of objectShow child attributes
Show array items
namestringrequiredvaluenumberrequiredguardrails_failed_countinteger · int64project_idstring · uuidthread_countinteger · int64total_estimated_costnumber · doubletotal_estimated_cost_sumnumber · doubletrace_countinteger · int64usageobject{
"content": [
{
"duration": {
"p50": 0,
"p90": 0,
"p99": 0
},
"error_count": {
"count": 0,
"deviation": 0,
"deviation_percentage": 0
},
"feedback_scores": [
{
"name": "string",
"value": 0
}
],
"guardrails_failed_count": 0,
"project_id": "00000000-0000-0000-0000-000000000000",
"thread_count": 0,
"total_estimated_cost": 0,
"total_estimated_cost_sum": 0,
"trace_count": 0,
"usage": {
"additionalProp1": 0
}
}
]
}