List cron schedules
GET/v1/organizations/:organization_id/workspace-groups/:workspace_group_id/schedules
Retrieve all configured cron schedules for a group of workspaces. Returns an array of schedule objects containing cron expression, timezone, type, intermediate device information, and audit metadata. If the workspace group has no schedules, an empty array is returned.
Request
Responses
- 200
- 400
- 401
- 404
- 429
- 500
Schedule list successfully retrieved. Returns an array of schedule objects. Empty array if no schedules exist.
Invalid request: Invalid workspace group ID format
Unauthorized: user does not have access to the organization or the organization does not exist
Workspace group not found or workspace group belongs to a different organization (after authorization is checked)
Too Many Requests
Internal Server Error