{ "operationId": "getEnvironment", "method": "GET", "path": "/accounts/api/organizations/{orgId}/environments/{envId}", "summary": "Mulesoft Get Environment Details", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Getenvironment200Example", "example": { "id": "abc123", "name": "Example Title", "organizationId": "500123", "isProduction": true, "type": "design", "clientId": "500123", "createdAt": "2026-01-15T10:30:00Z", "updatedAt": "2026-01-15T10:30:00Z" } } ] }