Get active triggers
Lists active triggers based on query parameters.
Authorizations
Query Parameters
Comma-separated list of connected account IDs to filter triggers by. You can get these IDs from the id
field in the response of the GET /api/v1/connections
endpoint.
Comma-separated list of integration IDs to filter triggers by. You can get these IDs from the id
field in the response of the GET /api/v1/integrations
endpoint.
Comma-separated list of trigger IDs to filter triggers by. You can get these IDs from the id
field in the response of the GET /api/v1/triggers
endpoint.
Comma-separated list of trigger names to filter triggers by. You can get these names from the name
field in the response of the GET /api/v1/triggers
endpoint.
Page number for pagination. Starts from 1.
Number of items to return per page.
When set to true, includes disabled triggers in the response.
Was this page helpful?