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

Trend of total runtime compared to the previous date_range in %. Calculated as (current - previous) / previous.

Changes