The Batch action allows you to aggregate requests into a single output format/file. Optionally you can configure a delay so that the Batch action acts as a catch-net for incoming requests, and will then process them in batches as per the defined delay.Documentation Index
Fetch the complete documentation index at: https://docs.versori.com/llms.txt
Use this file to discover all available pages before exploring further.
Configuration
The Batch action must receive an input in CSV format.
Header Rows must be defined in the
same shape as the target format.

Delay (optional)
The delay can be set by Seconds, Minutes, Hours, or Days. The delay is the time between the first request and the last request in the batch. The batch action will wait for the delay to expire before processing the batch.