List forms
list_formsForms the connection can see, newest first, paginated with next_cursor. Pass team_id to list one team only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Forms per page. | |
| cursor | No | next_cursor from the previous page. | |
| team_id | No | Team id (from list_teams). Required only when the connection covers several teams. |