Skip to content

GetUsageApiV1SandboxUsageGetRequest

Example Usage

typescript
import { GetUsageApiV1SandboxUsageGetRequest } from "@meetkai/mka1/models/operations";

let value: GetUsageApiV1SandboxUsageGetRequest = {
  startTime: 919510,
};

Fields

FieldTypeRequiredDescription
startTimenumber✔️Start time as Unix seconds, inclusive
endTimenumberEnd time as Unix seconds, exclusive. Defaults to now.
bucketWidthcomponents.SandboxUsageBucketWidthTime bucket width.
groupBystring[]Repeat or comma-separate grouping dimensions.
allOrgsbooleanAggregate usage across all organizations (cluster admins only).
orgIdsstring[]Filter by organization IDs (cluster admins only, implies cluster scope).
xOnBehalfOfstringOptional external end-user identifier forwarded by the API gateway.