Node ReferenceTools
HTTP API Call
Makes HTTP requests with configurable parameters and handles responses.
Makes HTTP requests with configurable parameters and handles responses.
| Category | Tools |
| Node type | dynamiq.nodes.tools.HttpApiCall |
| SDK class | dynamiq.nodes.tools.HttpApiCall |
| Connection | Http |
Connection
This node requires a Http Connection. Create one under Connections before adding the node, or pick an existing one on the node's CONFIGURATION tab.
Inputs
| Field | Type | Required |
|---|---|---|
url | string | No |
Outputs
| Field | Type |
|---|---|
content | Any |
status_code | int |
For configuration walkthroughs and examples, see the HTTP endpoint section of the Agent tools guide.