v63

latestOpenAPI 3.0.0Proprietaryraw.githubusercontent.com2026-08-0110571.8 MB
Triggers

List active triggers

Retrieves all active trigger instances for your project. Triggers listen for events from connected accounts (e.g., new emails, Slack messages, GitHub commits) and can invoke webhooks or workflows. Use filters to find triggers for specific users, connected accounts, or trigger types.

get/api/v3.1/trigger_instances/active

Query parameters

user_idsstring[] nullable

Array of user IDs to filter triggers by

Array of user IDs to filter triggers by

connected_account_idsstring[] nullable

Array of connected account IDs to filter triggers by

Array of connected account IDs to filter triggers by

auth_config_idsstring[] nullable

Array of auth config IDs to filter triggers by

Array of auth config IDs to filter triggers by

trigger_idsstring[] nullable

Array of trigger IDs to filter triggers by

Array of trigger IDs to filter triggers by

trigger_namesstring[] nullable

Array of trigger names to filter triggers by. Case-insensitive (internally normalized to uppercase).

Array of trigger names to filter triggers by. Case-insensitive (internally normalized to uppercase).

connectedAccountIdsstring[] nullable

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

authConfigIdsstring[] nullable

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

triggerIdsstring[] nullable

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

show_disabledboolean nullable

When set to true, includes disabled triggers in the response.

When set to true, includes disabled triggers in the response.

triggerNamesstring[] nullable

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

showDisabledboolean nullable

DEPRECATED: Use show_disabled instead

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

deprecatedConnectedAccountUuidsstring[] nullable

Array of connected account UUIDs to filter triggers by

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

deprecatedAuthConfigUuidsstring[] nullable

Array of auth config UUIDs to filter triggers by

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

limitnumber nullable

Number of items per page, max allowed is 50

cursorstring

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

next_cursorstring nullable
total_pagesnumber required
current_pagenumber required
total_itemsnumber required