API request error in workflow (ECONNRESET)

An API request in my vapi tool call just returned this error. In my server I got an http error 499.
The request only took around 5 seconds to return the error, so it's weird to see a timeout after such a short amount of time. Is there a way I can maybe increase the timeout?

{
"name": "apiRequest-f0533121",
"role": "tool_call_result",
"time": 1761273014704,
"result": "{\n \"message\": \"request to - failed, reason: socket hang up\",\n \"type\": \"system\",\n \"errno\": \"ECONNRESET\",\n \"code\": \"ECONNRESET\",\n \"stack\": \"FetchError: request to -",
"metadata": {
"responseHeaders": {}
},
"toolCallId": "1826280a",
"secondsFromStart": 155.44
}


Call ID: 019a140b-0978-7991-bf7d-8e250881992f
Timestamp: 2025-10-24T03:27:00
Was this page helpful?