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:

Response

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

Errors