Suger

list usage metering daily records

GET https://api.suger.cloud/org/{orgId}/partner/{partner}/usageMeteringDailyRecord

list the daily records of the usage metering from the cloud marketplace for the given organization, entitlement, or buyer.

Parameters

NameInTypeRequiredDescription
orgId path string yes Organization ID
partner path string yes Filter by the Cloud Partner
buyerId query string no Filter usage metering daily records by the given buyer ID
entitlementId query string no Filter usage metering daily records by the given entitlement ID
startDate query string no start date (UTC) in YYYY-MM-DD format, default is 30 days before the endDate
endDate query string no end date (UTC) in YYYY-MM-DD format, default is today
limit query integer no List pagination size, default 1000, max value is 1000
offset query integer no List pagination offset, default 0

Responses

200 — OK

Content-Type: application/json · Schema: ListUsageMeteringDailyRecordsResponse

400 — Bad request error

Content-Type: application/json

500 — Internal server error

Content-Type: application/json


View as Markdown · Interactive API reference