Fetch multiple toolkits

Retrieves a comprehensive list of toolkits of their latest versions 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 and management type, 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

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:
sort_byenumOptional
Determines how toolkits should be sorted in the response
Allowed values:
limitdouble or nullOptional
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