gitpod.v1.BillingService

GetCreditUsageExport

Returns a signed download URL for a CSV export of per-user credit usage. The URL points to an HTTP endpoint that streams gzip-compressed CSV.

post/gitpod.v1.BillingService/GetCreditUsageExport

Request body

organizationIdstring uuid required

Response

Success

downloadUrlstring

Signed download URL for the CSV export. Short-lived (5 minutes).

Changes