{ "operationId": "listLifecycleEnvironments", "method": "GET", "path": "/katello/api/v2/organizations/{organization_id}/environments", "summary": "List Lifecycle Environments", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Listlifecycleenvironments200Example", "example": { "total": 10, "subtotal": 10, "page": 10, "per_page": 10, "results": [ { "id": "abc123", "name": "Example Title", "label": "Example Title", "description": "A sample description.", "organization_id": "500123", "organization": { "name": "Example Title", "label": "Example Title", "id": "abc123" }, "library": true, "prior": { "id": "abc123", "name": "Example Title" }, "successor": "example_value", "counts": { "content_hosts": 10, "content_views": 10 }, "created_at": "2026-01-15T10:30:00Z", "updated_at": "2026-01-15T10:30:00Z" } ] } } ] }