{ "operationId": "listLifecycleEnvironmentPaths", "method": "GET", "path": "/katello/api/v2/organizations/{organization_id}/environments/paths", "summary": "List Lifecycle Environment Paths", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Listlifecycleenvironmentpaths200Example", "example": [ { "environments": [ { "id": "abc123", "name": "Example Title", "label": "Example Title", "description": "A sample description.", "organization_id": "500123", "organization": {}, "library": true, "prior": {}, "successor": "example_value", "counts": {}, "created_at": "2026-01-15T10:30:00Z", "updated_at": "2026-01-15T10:30:00Z" } ] } ] } ] }