Steps Output Access
HTTP Request
Learn how to access the output of an HTTP Request step in subsequent steps.
Output Structure
HTTP Request steps provide a structured output with specific properties:
Automatic Response Parsing
The body
property type depends on the response Content-Type and request headers:
- With
Accept: application/json
header:
CODE_STEP
- Without
Accept: application/json
header:
CODE_STEP
Accessing Output in Non-Code Steps
In non-code steps like model messages, HTTP request URLs, request bodies, and other configuration fields.
When the accept header is set to application/json
, we can access the body as an object:
Was this page helpful?