Retrieve a cron schedule
Retrieve detailed information about specific cron scheduling for a group of workspaces. Returns schedule configuration, including cron expression, timezone, operation type, intermediate device configuration, and audit metadata (created by, updated by, updated on).
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the organization
24^[0-9a-f]{24}$The unique identifier of the workspace group
24^[0-9a-f]{24}$The unique identifier of the schedule
24^[0-9a-f]{24}$Response
Schedule details successfully retrieved. The response includes cron expression, timezone, type, intermediate device information, and audit metadata.
The unique identifier of the schedule
^[0-9a-f]{24}$"507f1f77bcf86cd799439060"
Cron expression defining when the schedule runs. Format: minute hour day-of-month month day-of-week.
"0 8 * * 1-5"
Timezone for the execution of the schedule. Supports IANA identifiers (e.g., 'America/New_York') and Windows identifiers (e.g., 'Pacific Standard Time').
"Eastern Standard Time"
Power operation type: START (switch on), STOP (switch off), RESTART (restart Workspaces)
start, stop, restart The unique identifier of the intermediate device Workspace, if configured. Used for Wake on LAN actions in secure networks.
^[0-9a-f]{24}$"507f1f77bcf86cd799439050"
User ID who created the schedule
^[0-9a-f]{24}$"507f1f77bcf86cd799439070"