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-keystringRequired

Query parameters

categorystringOptional
Filter toolkits by category
managed_byenumOptional
Filter toolkits by who manages them
Allowed values:
is_localbooleanOptional
Whether to include local toolkits in the results
sort_byenumOptional
Sort order for returned toolkits
Allowed values:
limitintegerOptional
Number of items per page
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.

Response

Toolkits retrieved successfully. Returns a paginated list of available toolkits with detailed metadata.
itemslist of objects
total_pagesinteger
current_pageinteger
total_itemsinteger
next_cursorstring or null