WorkloadsBillingRequestSchema
Request schema for the workloads billing endpoint.
start_datetimestring<date-time>required
Start of the billing query window. ISO 8601 datetime string.
next_datetimestring<date-time>
End of the billing query window. ISO 8601 datetime string.
WorkloadsBillingRequestSchema
{
"start_datetime": "2024-07-29T15:51:28.071Z",
"next_datetime": null
}
Was this page helpful?