List Toolkits
REST API - Toolkits
List Toolkits
Returns a paginated list of available toolkits
GET
List Toolkits
Retrieve a paginated list of all available toolkits in your organization. Toolkits are collections of related tools that agents can use to perform specific tasks.Documentation Index
Fetch the complete documentation index at: https://docs.xpander.ai/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
Page number for pagination (starting from 1)
Number of items per page (default: 20, maximum: 100)
Response
Array of toolkit objects
Total number of toolkits in your organization
Current page number
Number of items per page
Total number of pages available
Example Request
Example Response
Notes
- Returns an empty list if no custom toolkits are configured
- Built-in tools are available directly on agents without requiring toolkits
- Custom toolkits can be created and managed through the web dashboard
- Use the toolkit
idto retrieve tool definitions with Get Toolkit Tools
Authorizations
API Key for authentication
Query Parameters
Page number (starting from 1)
Required range:
x >= 1Items per page (max 50)
Required range:
1 <= x <= 50
