The ETIMEDOUT error means the TCP connection itself times out before reaching the server. This is not an API issue - it indicates a network-level problem between your client and cloud.seatable.io.
Network/firewall: If your client runs behind a corporate firewall or proxy, outgoing HTTPS connections may be blocked or throttled intermittently.
Connection reuse: With hourly requests, idle connections may be dropped by intermediate proxies. Make sure your HTTP client opens a fresh connection each time rather than reusing a stale one.
Test from a different network: Try running the same request from a different machine or network to isolate whether the issue is specific to your environment.
The metadata endpoint itself is stable. You can verify this by running a quick test from your local machine:
Thanks for this. I have investigated and found the issue to be between the self-hosted n8n and the Node installation. Somewhere, the request that’s being made by the HTTP node is not working properly in this case.