List Connections
Diving Deep?
This page is designed for AI Agents & users developing code directly. See Getting Started and Platform Guides
GET /api/v1/connections¶
List all connections in the current org scope.
Response (200)¶
{
"connections": [
{
"connection_id": "01KFXTX1WDQ68A1GS77T1XJ5YB",
"enabled": true,
"name": "string (optional)",
"description": "string (optional)"
}
]
}
Errors¶
- 500: unexpected server error