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_id
The unique identifier of the tool router session
Query parameters
limit
Number of items per page, max allowed is 1000
cursor
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.
toolkits
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.
items
total_pages
current_page
total_items
next_cursor