v18

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014211,6201.8 MB
gitpod.v1.UsageService

GetActiveUsersTimeSeries

Gets active users time series in the specified date range, aggregated by the specified resolution.

Returns a time series of active user counts within the specified date range, aggregated by the specified resolution. Each data point includes the timestamp and the count of unique users who were active at that time.

post/gitpod.v1.UsageService/GetActiveUsersTimeSeries

Request body

projectIdstring

Optional project ID to filter metrics by.

resolution'RESOLUTION_UNSPECIFIED' | 'RESOLUTION_HOURLY' | 'RESOLUTION_DAILY' | 'RESOLUTION_WEEKLY' | 'RESOLUTION_MONTHLY'

Resolution specifies the time granularity for time series data.

teamIdstring

Optional team ID to scope results to members of a specific team.

Response

Success