cURL
curl --request GET \ --url https://app.conduit.io/api/triggers \ --cookie session=
{ "triggers": [ { "id": "<string>", "organizationId": "<string>", "workflowId": "<string>", "name": "Daily at 9am", "type": "schedule", "config": "<string>", "transactionType": "deposit", "transactionConfig": "<string>", "status": "active", "createdById": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ] }
Returns all triggers for the organization with optional filters
Session-based authentication via cookies
Filter by workflow ID
Filter by status
active
paused
List of triggers
Show child attributes