What is the rate limit on API calls?
What is the rate limit on API calls? I keep getting errors in my N8n flow for hitting the request limit on check call status ? Can't find any documentation that gives any kind of limits so that I can program it in.
{
"errorMessage": "The service is receiving too many requests from you",
"errorDescription": "Rate limit exceeded",
"errorDetails": {
"rawErrorMessage": [
"Try spacing your requests out using the batching settings under 'Options'"
],
"httpCode": "429"
},
"n8nDetails": {
"nodeName": "Check Call 1 Status",
"nodeType": "n8n-nodes-base.httpRequest",
"nodeVersion": 4.2,
"itemIndex": 0,
"time": "10/24/2025, 11:08:59 AM",
"n8nVersion": "1.114.4 (Self Hosted)",
"binaryDataMode": "default",
"stackTrace": [
"NodeApiError: The service is receiving too many requests from you",
" at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-
{
"errorMessage": "The service is receiving too many requests from you",
"errorDescription": "Rate limit exceeded",
"errorDetails": {
"rawErrorMessage": [
"Try spacing your requests out using the batching settings under 'Options'"
],
"httpCode": "429"
},
"n8nDetails": {
"nodeName": "Check Call 1 Status",
"nodeType": "n8n-nodes-base.httpRequest",
"nodeVersion": 4.2,
"itemIndex": 0,
"time": "10/24/2025, 11:08:59 AM",
"n8nVersion": "1.114.4 (Self Hosted)",
"binaryDataMode": "default",
"stackTrace": [
"NodeApiError: The service is receiving too many requests from you",
" at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-