AGENT_RUNTIME.HTTP_ERROR - HTTP Request Failed

AGENT_RUNTIME.HTTP_ERROR - HTTP Request Failed

Does anyone have any idea how to resolve this error?

Hello @Vinit_Kawle ,

Since this is from Agent execution, the failure is in the agent runtime/tool call path. Agent errors should be investigated through Traces, which show the failing node, payloads, and runtime logs. A 405 means the endpoint was reached, but the HTTP method used is not allowed for that route, so this is likely a tool/API configuration issue inside the agent flow rather than a normal execution error.

Can you share what’s reflecting under logs tab?

Thanks,
Karthik