GetUsageApiV1SandboxUsageGetRequest
Example Usage
typescript
import { GetUsageApiV1SandboxUsageGetRequest } from "@meetkai/mka1/models/operations";
let value: GetUsageApiV1SandboxUsageGetRequest = {
startTime: 919510,
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
startTime | number | ✔️ | Start time as Unix seconds, inclusive |
endTime | number | ➖ | End time as Unix seconds, exclusive. Defaults to now. |
bucketWidth | components.SandboxUsageBucketWidth | ➖ | Time bucket width. |
groupBy | string[] | ➖ | Repeat or comma-separate grouping dimensions. |
allOrgs | boolean | ➖ | Aggregate usage across all organizations (cluster admins only). |
orgIds | string[] | ➖ | Filter by organization IDs (cluster admins only, implies cluster scope). |
xOnBehalfOf | string | ➖ | Optional external end-user identifier forwarded by the API gateway. |