{
  "id": "phase1dGetGames",
  "name": "Get BattleMetrics games",
  "nodes": [
    {
      "parameters": {},
      "id": "3f94a683-46fe-4c6f-c75e-111111111111",
      "name": "Manual Trigger",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        0,
        0
      ]
    },
    {
      "parameters": {
        "resource": "game",
        "operation": "getAll",
        "returnAll": false,
        "limit": 10
      },
      "id": "3f94a683-46fe-4c6f-c75e-222222222222",
      "name": "Get many games",
      "type": "n8n-nodes-battlemetrics.battleMetrics",
      "typeVersion": 1,
      "position": [
        260,
        0
      ]
    },
    {
      "parameters": {
        "content": "## Before running\nCreate and select a **BattleMetrics API** credential. This example keeps **Return All** off and uses a conservative local Limit. Results use BattleMetrics' default game collection ordering."
      },
      "id": "3f94a683-46fe-4c6f-c75e-333333333333",
      "name": "Setup notes",
      "type": "n8n-nodes-base.stickyNote",
      "typeVersion": 1,
      "position": [
        -20,
        -260
      ]
    }
  ],
  "connections": {
    "Manual Trigger": {
      "main": [
        [
          {
            "node": "Get many games",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1"
  }
}