connect
List connections
List all connections in a namespace. Supports filtering by metadata using metadata.{key}={value} query params (e.g., metadata.userId=alice).
get/connect/{namespace}
Path parameters
namespacestring required
Query parameters
limitinteger
Example:50
Maximum number of items to return (default 100, max 100)
cursorstring
Pagination cursor from previous response's nextCursor
namestring
Filter by exact connection name
mcpUrlstring
Filter by exact MCP server URL
Response
List of connections
Example response
{
"connections": [
{
"connectionId": "clever-dolphin-a9X3"
}
]
}