cURL
curl --request GET \ --url https://app.conduit.io/api/workflows \ --cookie session=
{ "workflows": [ { "id": "<string>", "organizationId": "<string>", "accountId": "<string>", "name": "Daily USDC Deposit", "status": "active", "createdById": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "description": "<string>" } ] }
Returns all workflows for the organization with optional filters
Session-based authentication via cookies
Filter by account ID
Filter by status
active
paused
List of workflows
Show child attributes