Retrieve a specific cron schedule by ID
GET/v1/organizations/:organization_id/workspace-groups/:workspace_group_id/schedules/:schedule_id
Retrieve detailed information about a specific cron schedule for a group of workspaces. It returns the schedule configuration, including the cron expression, timezone, operation type, intermediate device configuration, and audit metadata (created by, updated by, updated on).
Request
Responses
- 200
- 400
- 401
- 404
- 429
- 500
Schedule details successfully retrieved. The response includes cron expression, timezone, type, intermediate device information, and audit metadata.
Solicitud incorrecta - formato de ID de programación no valido
No autorizado - el usuario no tiene acceso a la organizacion, o la organizacion no existe
No se encontro el grupo de workspaces o el programación, o el grupo de workspaces pertenece a una organizacion diferente (despues de que la autorizacion se valida)
Too Many Requests
Internal Server Error