gitpod.v1.UsageService

GetEnvironmentRuntime

Gets the total runtime of all environments in the specified date range.

post/gitpod.v1.UsageService/GetEnvironmentRuntime

Request body

projectIdstring

Optional project ID to filter metrics by.

Response

Success

totalRuntimeSecondsstring

Total runtime in seconds.

trendnumber double

Fractional change in total runtime vs previous period. Computed as (current - previous) / previous.

Changes