List available toolkits
Retrieves a comprehensive list of toolkits that are available to the authenticated project. Toolkits represent integration points with external services and applications, each containing a collection of tools and triggers. This endpoint supports filtering by category, management type, and local availability, as well as different sorting options.
Headers
x-api-key
Query parameters
category
Filter toolkits by category
managed_by
Filter toolkits by who manages them
Allowed values:
is_local
Whether to include local toolkits in the results
sort_by
Sort order for returned toolkits
Allowed values:
limit
Number of items per page
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.
Response
Toolkits retrieved successfully. Returns a paginated list of available toolkits with detailed metadata.
items
total_pages
current_page
total_items
next_cursor