{ "opencollection": "1.0.0", "info": { "name": "Quadratic Developer Agent Connections API", "version": "0.26.9" }, "items": [ { "info": { "name": "Connections", "type": "folder" }, "items": [ { "info": { "name": "Fetches DB schemas from the connection service. Unlike the other\nendpoints this doesn't require a worker — it talks directly to the\n`quadratic-connection` service.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/connections/schemas", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "The response is an array — one entry per requested `connection_id` —\nof either `{ connection_id, schema }` (success) or\n`{ connection_id, error }` (per-connection failure). The HTTP status\nis `200` even when individual connections fail." } ] } ], "bundled": true }