Skip to main content
GET
Get User Metrics

Authorizations

Authorization
string
header
required

Bearer authentication using an access token. Format: Bearer <access_token>

Query Parameters

userId
string

User ID to retrieve metrics for. Must be provided.

startTime
string<date-time>

Optional start time for the metrics query.

endTime
string<date-time>

Optional end time for the metrics query.

stepSeconds
number<float>

Optional step size for the metrics query.

Response

A successful response.

GetUserMetricsResponse contains the user metrics.

metrics
object[]

Metrics data.