Switch node connections must use "main" array format with indices, not named output keys. Changed from: { "list": [...], "status": [...] } to: { "main": [ [...], [...], [...] ] } Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Created n8n-status.json with 11 nodes - Handles list, status, and paginate actions - Input: chatId, messageId, action, containerName, page, queryId, searchTerm - Output: success, action, text, reply_markup, container data - Docker queries via HTTP request to docker-socket-proxy