{ "operationId": "listCatalogIntegrations", "method": "GET", "path": "/api/v2/catalog-integrations", "summary": "List Catalog Integrations.", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Listcatalogintegrations200Example", "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" } ] } ] }