get_form_submissions
Retrieve a list of submissions for a specific form by providing the form ID, with options to limit results and paginate using offset. Part of Tally MCP Server tools for managing form data.
Instructions
Get list of submissions for a specific form
Input Schema
Name | Required | Description | Default |
---|---|---|---|
formId | Yes | The ID of the form | |
limit | No | Number of submissions to retrieve (default: 50) | |
offset | No | Offset for pagination (default: 0) |