Skip to main content
GET
Get statistics

Authorizations

x-api-key
string
header
required

Query Parameters

groupBy
enum<string>
required

How to group the results. Required.

Available options:
user,
team
fromDate
string<date-time>

Include recordings created on or after this date (ISO 8601).

toDate
string<date-time>

Include recordings created on or before this date. YYYY-MM-DD is treated as through end of that UTC day.

teamIds
string

Comma-separated team IDs to restrict to. Discover via GET /v1/teams.

emails
string

Comma-separated user emails (case-insensitive). Intersected with teamIds when both are given. Unknown emails are reported in errors[].

aiTemplateId
string

Only include recordings using this AI template.

tagId
string

Legacy single-tag filter.

tags
string

Comma-separated tag IDs to include (OR semantics).

excludeTags
string

Comma-separated tag IDs to exclude.

Response

OK

stats
object[]

One entry per group. Items are UserStat when groupBy=user, TeamStat when groupBy=team.

Aggregated call metrics for a single group (user or team). Only processed recordings in range are counted.

errors
object[]

Non-fatal per-input errors (e.g. unknown emails).