Analytics
Run an analytics query
Compute a metric over a filtered stream (traces/sessions/spans), optionally broken down by a dimension and/or bucketed over time. Returns a tidy series — one point per breakdown value and/or time bucket — suitable for charts and dashboards.
post/v1/projects/{projectSlug}/analytics/query
Path parameters
projectSlugstring required
Project slug (human-readable identifier)
Project slug (human-readable identifier)
Request body
Example request
{
"range": {
"fromIso": "2026-06-23T00:00:00Z",
"toIso": "2026-06-30T00:00:00Z"
}
}Response
The analytics series