{ "db_name": "PostgreSQL", "query": "SELECT id, workspace_id, agent_id, provider, auth_type, status, secret_ref\n FROM app_connections WHERE provider = 'slack' AND status = 'connected'", "describe": { "columns": [ { "ordinal": 0, "name": "id", "type_info": "Uuid" }, { "ordinal": 1, "name": "workspace_id", "type_info": "Uuid" }, { "ordinal": 2, "name": "agent_id", "type_info": "Uuid" }, { "ordinal": 3, "name": "provider", "type_info": "Text" }, { "ordinal": 4, "name": "auth_type", "type_info": "Text" }, { "ordinal": 5, "name": "status", "type_info": "Text" }, { "ordinal": 6, "name": "secret_ref", "type_info": "Uuid" } ], "parameters": { "Left": [] }, "nullable": [ false, false, true, false, false, false, true ] }, "hash": "fbc9d96386a0a1b3f1138f4116cf59042c38fe1d9bf8d8db014fc23fd117800b" }