List form submissionsGET /api/v1/forms/{form_id}/submissions.json
Retrieve a paginated list of submissions for the specified form. Requires an api_token and supports optional query parameters: page, spam, startdate, enddate, include_attachments (and any default pagination behavior). The response includes the submissions array and a meta.pagination object.