List routing forms
list_routing_formsList routing forms and funnels that qualify visitors and route them to appropriate meeting types or pages. Supports pagination with offset and limit.
Instructions
List routing forms and funnels — the qualification forms that route a visitor to the right meeting type or page. Returns 50 at a time; page with offset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results, 1-100. Defaults to 50. | |
| offset | No | How many to skip. Defaults to 0. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | The results, when the API paginates | |
| page | No | Current page, when the API paginates | |
| items | No | The results, when the API returns a plain list | |
| total | No | Total matches, when the API paginates |