Tool to retrieve responses for a specific form with optional pagination and filtering. Use when the form has collected submissions and you need to navigate large result sets.
afterstringCursor for pagination — returns items after this cursor
limitintegerMaximum number of responses to return, must be ≥1
orderstringSort order for responses by creation time
querystringFilter responses containing this string
beforestringCursor for pagination — returns items before this cursor
formIdRequiredstringThe numeric ID of the form to retrieve responses for (use the 'id' field from form data, not 'public_id')
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.