Skip to main content
GET
Get Sandbox Scheduling Metrics

Authorizations

Authorization
string
header
required

OAuth2 authentication with JWT tokens

Query Parameters

since
string<date-time>

Inclusive beginning of the metrics window, as RFC 3339. Normalized down to a UTC minute, must be within the last 7 days, and defaults to 24 hours before until.

until
string<date-time>

Exclusive end of the metrics window, as RFC 3339. Normalized down to a UTC minute and defaults to the current minute.

Response

200 - application/json

successful operation

Workspace sandbox scheduling metrics for a UTC minute window. since is inclusive and until is exclusive.

executions
integer

Number of schedule execution submissions in the selected window.

executionsByStatus
object

Schedule execution counts grouped by submission acceptance status.

sandboxes
integer

Number of active sandboxes in the workspace.

schedules
integer

Number of schedules in the workspace.

since
string

Inclusive beginning of the metrics window, normalized to a UTC minute.

until
string

Exclusive end of the metrics window, normalized to a UTC minute.

Last modified on August 28, 2026