v11

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-023710598.2 KB
Workflows

List workflows

get/workflows

Query parameters

smartWalletAddressEthereumAddress[]

Filter by smart wallet address. Repeat to OR multiple addresses.

[
  "0x82F2Dd9a552a69f2ceD7Ff2D05c43aB8430158FB"
]
statusWorkflowStatus[]

Filter by status. Repeat to OR multiple statuses.

beforestring

Cursor — return items immediately before this position (backward pagination).

afterstring

Cursor — return items immediately after this position (forward pagination).

limitinteger

Max items to return. Default 20; server-enforced ceiling applies.

Response

Page of workflows.

Example response

{
  "data": [
    {
      "id": "01JG2FE5MDVKBPHEG0PEYSDKAC",
      "owner": "0x82F2Dd9a552a69f2ceD7Ff2D05c43aB8430158FB",
      "smartWalletAddress": "0x82F2Dd9a552a69f2ceD7Ff2D05c43aB8430158FB",
      "trigger": {
        "config": {
          "chainId": 11155111
        }
      },
      "nodes": [
        {
          "config": {
            "destination": "0x82F2Dd9a552a69f2ceD7Ff2D05c43aB8430158FB",
            "chainId": 11155111
          }
        }
      ]
    }
  ]
}