List document submissions with filtering and cursor-based pagination. Use to retrieve, search, and browse existing submissions by template, status, or submitter details. Supports searching by submitter name, email, or phone.
qstringSearch query to filter submissions by submitter name, email, or phone (partial match).
slugstringFilter submissions by unique submission slug.
afterintegerFilter submissions with ID greater than this value (cursor-based pagination).
limitintegerMaximum number of submissions to return (default: 10, max: 100).
beforeintegerFilter submissions with ID less than this value (cursor-based pagination).
statusstringFilter by submission status. Allowed values: 'pending', 'completed', 'declined', 'expired'.
archivedbooleanIf true, returns archived submissions. If false, returns active submissions only.
template_idintegerFilter submissions by a specific template ID.
template_folderstringFilter submissions by template folder name.
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.