List submissions
list_submissionsUse to inspect recent posts. Available on free and yearly. Pass project_id or form_id to infer the team; omit both and Operator tokens (all workspaces) must pass team_id from list_teams. Team-scoped tokens may omit team_id and cannot target another workspace. Free teams prune submissions after 30 days; yearly after 730 days. Do not use to read a single submission — call get_submission.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spam | No | Which submissions to return. Defaults to clean. | clean |
| limit | No | Page size, max 100. | |
| since | No | ISO 8601 timestamp; only submissions created after this instant. | |
| cursor | No | Opaque cursor from the previous page's next_cursor. | |
| form_id | No | Only submissions to this form. | |
| team_id | No | Team id from list_teams. Required for operator tokens and OAuth logins; team-scoped frw_ tokens may omit it. | |
| project_id | No | Only submissions in this project. |