Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.

Path Parameters

org_id
string
required

Query Parameters

from
integer<int64>
required

Inclusive range start (epoch milliseconds).

to
integer<int64>
required

Exclusive range end (epoch milliseconds).

user_id
string | null

Restrict to a specific user’s runs.

project_id
string | null

Restrict to a single project. Omit for org-wide aggregates.

page_token
string | null

Opaque offset for the next page (from the previous response’s next_page_token).

Response

User analytics page

from
integer<int64>
required
to
integer<int64>
required
users
object[]
required
next_page_token
string | null