cURL
curl --request GET \ --url https://app.conduit.io/api/workflows/{id} \ --cookie session=
{ "workflow": { "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 a single workflow by ID
Session-based authentication via cookies
Workflow ID
Workflow details
Show child attributes