Skip to main content
GET
/
workflows
/
{id}
Get Workflow
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>"
  }
}

Authorizations

session
string
cookie
required

Session-based authentication via cookies

Path Parameters

id
string
required

Workflow ID

Response

Workflow details

workflow
object