Get Trigger Instances Active

Headers

x-api-keystringRequired

Query parameters

connected_account_idslist of stringsOptional
Array of connected account IDs to filter triggers by
auth_config_idslist of stringsOptional
Array of auth config IDs to filter triggers by
trigger_idslist of stringsOptional
Array of trigger IDs to filter triggers by
trigger_nameslist of stringsOptional
Array of trigger names to filter triggers by
connectedAccountIdslist of stringsOptional
authConfigIdslist of stringsOptional
triggerIdslist of stringsOptional
show_disabledbooleanOptionalDefaults to false
When set to true, includes disabled triggers in the response.
triggerNameslist of stringsOptional
pageintegerOptional>=1Defaults to 1
Page number for pagination. Starts from 1.
showDisabledbooleanOptionalDefaults to false
deprecatedConnectedAccountUuidslist of stringsOptional
Array of connected account UUIDs to filter triggers by
deprecatedAuthConfigUuidslist of stringsOptional
Array of auth config UUIDs 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 active trigger instances
itemslist of objects
total_pagesinteger
current_pageinteger
total_itemsinteger
next_cursorstring or null