API Referenceanalytics
Get Overview
Get high-level overview metrics for a project. Returns aggregate metrics including traces, classifications, LLM costs, and HITL feedback.
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Query Parameters
workspace_id*Workspace Id
Workspace ID for authorization
Format
uuidproject_id*Project Id
Project ID for tenant isolation
Format
uuidtimeRange?Timerange
Default
"last 7 days"Response Body
application/json
application/json
curl -X get "http://localhost:8000/api/v1/analytics/overview?workspace_id=497f6eca-6276-4993-bfeb-53cbbbba6f08&project_id=497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"annotation": {
"dimensions": {
"Traces.projectId": {}
},
"measures": {
"Traces.count": {}
}
},
"data": [
{
"Traces.count": 42,
"Traces.projectId": "550e8400-e29b-41d4-a716-446655440000"
}
]
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}Get Cube Metadata
Get Cube.js metadata (available cubes, measures, dimensions). Useful for building dynamic query interfaces.
Query Analytics
Execute a flexible analytics query. Supports cross-table queries with measures, dimensions, filters, and time dimensions. Available cubes: Traces, Spans, Classifications, LlmUsage, HitlFeedback.

