Get toolkits for a tool router session

Retrieves a cursor-paginated list of toolkits available in the tool router session. Includes toolkit metadata, composio-managed auth schemes, and connected accounts if available. Optionally filter by specific toolkit slugs.

Authentication

x-api-keystring
API key authentication

Path parameters

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

Query parameters

limitdoubleOptional
Number of items per page, max allowed is 1000
cursorstringOptional
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.
toolkitslist of stringsOptional

Optional comma-separated list of toolkit slugs to filter by. If provided, only these toolkits will be returned, overriding the session configuration.

Response

Toolkits successfully retrieved. Returns a paginated list of toolkits with their metadata and connected accounts.
itemslist of objects
total_pagesdouble
current_pagedouble
total_itemsdouble
next_cursorstring or null

Errors