Retrieve a specific workspace group by ID
GET/v1/organizations/:organization_id/workspace-groups/:workspace_group_id
Retrieve detailed information about a specific workspace group, including its configuration, type, and location. Returns workspace group data matching the listing endpoint structure.
Request
Responses
- 200
- 400
- 401
- 404
- 429
- 500
Workspace group details retrieved successfully. The response includes the workspace group configuration, type, and location.
Solicitud incorrecta - formato de ID de grupo de workspaces no válido
No autorizado - se requiere autenticación
Grupo de workspaces no encontrado o no pertenece a la organización
Too Many Requests
Internal Server Error