List trigger types

Retrieve a list of available trigger types with optional filtering by toolkit. Results are paginated and can be filtered by toolkit.

Headers

x-api-keystringRequired

Query parameters

toolkit_slugslist of stringsOptional
Array of toolkit slugs to filter triggers by
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

Successfully retrieved triggers
itemslist of objects
total_pagesinteger
current_pageinteger
total_itemsinteger
next_cursorstring or null