v2
latestOpenAPI 3.1.02026-07-26143251806.6 KBtracking
Request Analytics
post/api/public/v2/requests/analytics
Request body
Example request
{
"filter_group": {
"logic": "AND",
"filters": [
{
"field": "engine",
"operator": "is",
"value": "gpt-4o"
}
]
},
"sort_by": "request_start_time",
"sort_order": "desc"
}Response
Aggregated analytics for the matching request logs.