Get a tool router session by ID

Retrieves an existing tool router session by its ID. Returns the session configuration, MCP server URL, and available tools.

Authentication

x-api-keystring
API key authentication

Path parameters

session_idstringRequiredformat: "toolRouterSessionId"
The unique identifier of the tool router session

Response

Session successfully retrieved. Returns the session details including configuration.
session_idstringformat: "toolRouterSessionId"
The identifier of the session
mcpobject
tool_router_toolslist of enums
List of available tools in this session
Allowed values:
configobject
The session configuration including user, toolkits, and overrides

Errors