List forms
list_formsUse to list forms. Pass project_id for one website or client_id for one company (team is inferred). Otherwise Operator tokens (all workspaces) must pass team_id from list_teams. Team-scoped tokens may omit team_id and cannot target another workspace. Do not use to read resolved inheritance — call get_form.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size, max 100. | |
| cursor | No | Opaque cursor from the previous page's next_cursor. | |
| status | No | Filter by archive state. Defaults to active. | |
| team_id | No | Team id from list_teams. Required for operator tokens and OAuth logins; team-scoped frw_ tokens may omit it. | |
| client_id | No | Only forms under this client's projects. | |
| project_id | No | Only forms in this project. |