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.
Path parameters
The session ID returned when creating the session
The unique identifier of the tool router session
Query parameters
Number of items per page, max allowed is 50
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.
Filter toolkits by specific slugs (comma-separated). Overrides session toolkit configuration if provided.
Optional comma-separated list of toolkit slugs to filter by. If provided, only these toolkits will be returned, overriding the session configuration.
Whether to filter by connected toolkits. If provided, only connected toolkits will be returned.
Whether to filter by connected toolkits. If provided, only connected toolkits will be returned.
Search query to filter toolkits by name, slug, or description
Search query to filter toolkits by name, slug, or description
Response
Toolkits successfully retrieved. Returns a paginated list of toolkits with their metadata and connected accounts.