get_form_submissions
Retrieve all signup form submissions and field values to see who signed up and what they provided. Read-only.
Instructions
List the submissions a signup form has received, including the values entered in each field.
Use it to see who signed up and what they told you. This returns PERSONAL DATA — email addresses and whatever else the form collects — so handle it accordingly and do not paste it into shared transcripts. For the form's own definition, use get_form.
Reads only; submissions are not deleted, and nobody is subscribed or emailed as a result. Requires an API key. No submissions is a normal answer, not an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1) | |
| limit | No | Results per page (default 20) | |
| form_id | Yes | Form ID (UUID) |