Get Trigger Instances Active

Headers

x-api-keystringRequired

Query parameters

connected_account_idsstringOptional
Array of connected account IDs to filter triggers by
auth_config_idsstringOptional
Array of auth config IDs to filter triggers by
trigger_idsstringOptional
Array of trigger IDs to filter triggers by
trigger_namesstringOptional
Array of trigger names to filter triggers by
connectedAccountIdsstringOptional
authConfigIdsstringOptional
triggerIdsstringOptional
show_disabledbooleanOptionalDefaults to false
When set to true, includes disabled triggers in the response.
triggerNamesstringOptional
pagedoubleOptional>=1Defaults to 1
Page number for pagination. Starts from 1.
showDisabledstringOptional
deprecatedConnectedAccountUuidsstringOptional
Array of connected account UUIDs to filter triggers by
deprecatedAuthConfigUuidsstringOptional
Array of auth config UUIDs to filter triggers by
limitdoubleOptional
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_pagesdouble
current_pagedouble
total_itemsdouble
next_cursorstring or null

Errors