GET
/
api
/
v1
/
triggers
/
active_triggers

Authorizations

x-api-key
string
header
required

API key for authentication, you can easily get it from the dashboard after login or if you are using CLI, you can get it from the composio whoami command

Query Parameters

connectedAccountIds
string

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.

integrationIds
string

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.

triggerIds
string

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.

triggerNames
string

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

Page number for pagination. Starts from 1.

limit
number

Number of items to return per page.

showDisabled
boolean

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

Response

200 - application/json
pageInfo
object[]
required

Pagination information for the response.

triggers
object[]
required

List of active trigger instances.