Retrieves the extracted data from a Kadoa workflow's most recent run (or a specific run if runId is provided). Returns paginated records in JSON or CSV format. Use Get Workflows action first to obtain a valid workflowId.
gzipbooleanEnable gzip compression for the response
pageintegerPage number for pagination (starts at 1)
limitintegerNumber of items per page. Use 0 to retrieve all items (streaming mode).
orderstringSort direction: 'asc' for ascending, 'desc' for descending
runIdstringOptional UUID of a specific workflow run. If omitted, returns data from the most recent run.
formatstringResponse format: 'json' returns structured data, 'csv' returns raw CSV text
sortBystringField name to sort results by (e.g., a schema field from the workflow)
filtersarrayOptional list of filter objects to narrow down results by field values
workflowIdRequiredstringThe unique identifier (UUID) of the workflow. Obtain this from the Get Workflows action.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.