Fetch multiple 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. You can optionally specify a list of toolkit slugs to fetch specific toolkits.

Authentication

x-api-keystring
API Key authentication via header

Request

This endpoint expects an object.
toolkitslist of stringsOptional
Array of toolkit slug identifiers to retrieve
categorystringOptional
Category ID or name to filter toolkits by
managed_byenumOptional
Entity responsible for managing the toolkits
Allowed values:
is_localbooleanOptional
When true, includes toolkits that are local to the project
sort_byenumOptional
Determines how toolkits should be sorted in the response
Allowed values:
limitdoubleOptional
cursorstringOptional

Response

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

Errors