list-forms
Retrieve sales forms from the CRM with search and pagination options to browse and locate specific submissions.
Instructions
List sales forms (GET /api/public/sales/forms). Scope: sales:read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Search query. | |
| page | No | Page number (default 1). | |
| itemsPerPage | No | Items per page (default 25, max 100). |