Fields
The Request group describes the call to make.Sample data
This step calls an external service for each item passing through a route, so it runs as part of a route rather than on its own. A configuration that fetches an orders list with aGET request looks like this:
With this configuration, the step calls the orders endpoint and, with the Response parser set to read the
orders list from the reply, emits each order as its own item. Turning on Add HTTP status to the response would instead wrap each item so its data sits under a data key with the status under httpStatus.