List active triggers
List your active triggers (scheduled or webhook) with optional filters and pagination. Use to see which workflows are triggered automatically and when.
Authorizations
Project API key. Create and manage keys in the dashboard under Project → API Keys. Send as header: x-api-key:
Headers
External user (end user) to act as. Optional — if omitted, Flowra uses the project’s default external user. Send a stable username (e.g. customer_alice) only when you need another end-user context.
Query Parameters
Search keyword for filtering results
"john doe"
Page number (1-based)
x >= 11
Number of items per page
1 <= x <= 10020
Number of items to skip (for offset-based pagination)
x >= 00
Field name to sort by
"createdAt"
Sort order
ASC, DESC "DESC"
Comma-separated list of fields to include in response
"id,name,email"
Connected account IDs to filter triggers by
Auth config IDs to filter triggers by
Trigger instance IDs to filter by (legacy query key)
Trigger tool slugs to filter by (legacy query key)
When true, includes disabled triggers in the response
true
Trigger instance IDs to filter by (preferred camelCase)
Trigger tool slugs to filter by (preferred camelCase)
Deprecated: use connectedAccountIds
Deprecated: use authConfigIds
Response
Operation completed successfully