Get Trigger Instances Active

Authentication

x-api-keystring
API key authentication

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
pagedoubleOptional>=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
limitdoubleOptional
Number of items per page, max allowed is 1000
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