Skip to main content
The “Split up: Get items from HTTP request” step combines executes an HTTP request and parses the response to items. This step is different from “HTTP transformer” because it can return parsed items one-by-one.

Fields

  • Request (required) Fields to configure the request.
  • Pagination Pagination can be enabled to execute multiple HTTP requests and return items from each response.
  • Client The HTTP connection client to use.
  • Response Decoder Configures how the response is parsed. By default the response is parsed as JSON and the whole response is returned as a single item.
  • Add headers to response body When enabled, the headers of the response will be added to each item.
  • Add HTTP status to the response When enabled, the status code of the response will be added to each item.