{
  "name": "OpenClaw \u2014 List Sessions",
  "nodes": [
    {
      "parameters": {},
      "id": "trigger-1",
      "name": "Manual Trigger",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        250,
        300
      ]
    },
    {
      "parameters": {
        "resource": "sessions_list",
        "limit": 10,
        "activeMinutes": 60
      },
      "id": "openclaw-1",
      "name": "List Active Sessions",
      "type": "CUSTOM.openClaw",
      "typeVersion": 1,
      "position": [
        450,
        300
      ],
      "credentials": {
        "openClawApi": {
          "name": "<your credential>"
        }
      }
    }
  ],
  "connections": {
    "Manual Trigger": {
      "main": [
        [
          {
            "node": "List Active Sessions",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1"
  }
}