connect
List connections
List all connections in a namespace. Supports filtering by metadata using metadata.{key}={value} query params.
get/{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",
"mock": {
"scenario": "Slack workspace with an active #community-ops channel containing recent event-planning messages, plus 50 Airtable candidate records with mixed tenure and interests."
}
}
]
}