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 stringsOptionalDeprecated

DEPRECATED: This parameter will be removed in a future version. Please use connected_account_ids instead.

authConfigIdslist of stringsOptionalDeprecated

DEPRECATED: This parameter will be removed in a future version. Please use auth_config_ids instead.

triggerIdslist of stringsOptionalDeprecated

DEPRECATED: This parameter will be removed in a future version. Please use trigger_ids instead.

show_disabledbooleanOptionalDefaults to false
When set to true, includes disabled triggers in the response.
triggerNameslist of stringsOptionalDeprecated

DEPRECATED: This parameter will be removed in a future version. Please use trigger_names instead.

pagedoubleOptional>=1Defaults to 1
Page number for pagination. Starts from 1.
showDisabledbooleanOptionalDefaults to falseDeprecated

DEPRECATED: This parameter will be removed in a future version. Please use show_disabled instead.

deprecatedConnectedAccountUuidslist of stringsOptionalDeprecated

DEPRECATED: This parameter will be removed in a future version. Please use connected_account_ids instead.

deprecatedAuthConfigUuidslist of stringsOptionalDeprecated

DEPRECATED: This parameter will be removed in a future version. Please use auth_config_ids instead.

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