connect

Get connection

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

get/connect/{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

mcpUrlstring required

MCP server URL

metadataobject nullable required
iconUrlstring nullable
createdAtstring

ISO 8601 timestamp

Example response

{
  "connectionId": "clever-dolphin-a9X3"
}

Changes