Skip to main content

List Triggers

GET 

/api/workflow-triggers

List workflow triggers with optional filters and sorting.

Returns paginated list of triggers for the current tenant.

Sortable columns:

  • name: Trigger name
  • agent: Agent name
  • triggerType: Trigger type
  • runs: Execution count
  • lastExecuted: Last execution time
  • createdBy: Creator user ID
  • updatedBy: Last updater user ID
  • createdAt: Creation time
  • updatedAt: Last update time

Request

Responses

Successful Response