{ "operationId": "fetchCatalogIntegration", "method": "GET", "path": "/api/v2/catalog-integrations/{name}", "summary": "Fetch a Catalog Integration.", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Fetchcatalogintegration200Example", "example": { "name": "Example Title", "catalog": { "catalog_source": "GLUE" }, "table_format": "ICEBERG", "enabled": true, "comment": "example_value", "type": "example_value", "category": "example_value", "created_on": "2026-01-15T10:30:00Z" } } ] }