Tool Router
List a tool router session config history
Returns the session config history ordered by version DESC (newest first). The live (current) config appears once, on the first page only, with is_current: true; archived versions have is_current: false.
get/api/v3.1/tool_router/session/{session_id}/config_history
Path parameters
session_idstring toolRouterSessionId required
The unique identifier of the tool router session
Example:trs_1a2b3c4d5e6f
The unique identifier of the tool router session
Query parameters
limitinteger
Number of items per page, max allowed is 100
cursorstring
Cursor for pagination. The cursor is a base64 encoded string of the page and limit. The page is the page number and the limit is the number of items per page. The cursor is used to paginate through the items. The cursor is not required for the first page.
Response
Config history successfully retrieved.