v48

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-305398191.8 KB
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

nextCursorstring nullable required

Cursor for next page, null if no more results

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."
      }
    }
  ]
}