Retrieve a paginated list of submitters with optional filtering. Use this tool to: - List all submitters across all submissions - Filter submitters by submission, status dates, or search query - Paginate through large result sets using 'after' and 'before' cursors Examples: - Li…
qstringSearch query to filter submitters by name, email, or phone (partial match supported)
slugstringFilter by unique submitter slug (e.g., 'zAyL9fH36Havvm')
afterintegerPagination cursor: return submitters with ID after this value. Use pagination.next from previous response.
limitintegerNumber of results per page (default: 10, max: 100)
beforeintegerPagination cursor: return submitters with ID before this value
external_idstringFilter by application-specific external identifier
submission_idintegerFilter submitters by a specific submission ID
completed_afterstringFilter submitters who completed after this date/time (ISO 8601 format, e.g., '2024-01-01T00:00:00Z')
completed_beforestringFilter submitters who completed before this date/time (ISO 8601 format, e.g., '2024-12-31T23:59:59Z')
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.