v48

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-305398191.8 KB
connect

Get connection

Get details for a specific connection. Requires service token with connections:read scope.

get/{namespace}/{connectionId}

Path parameters

namespacestring required
connectionIdstring required

Response

Connection details

connectionIdstring required

Connection ID (auto-generated or developer-defined)

namestring required

Human-readable name

transport'http' | 'uplink'

Connection transport

mcpUrlstring nullable required

MCP server URL. Null for uplink connections.

metadataobject nullable required
iconUrlstring nullable
createdAtstring

ISO 8601 timestamp

Example response

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