dispatch_forms_list
Search dispatch forms by ID, name, publication status, active state, triggers, conditional logic, or date range. Get a page of form metadata to locate specific form definitions.
Instructions
Search dispatch form definitions by IDs, name, publication status, active state, conditional logic, triggers, and date ranges. Returns one page of form metadata; use dispatch_form_submissions_list for completed or pending submissions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-separated form IDs (maximum 50) | |
| name | No | Filter by form name | |
| page | No | Page number (starts at 1) | |
| sort | No | Sort: Field (default), +Field (asc), or -Field (desc). Fields: Id, CreatedOn, ModifiedOn, Name | |
| active | No | Filter by active status | True |
| status | No | Filter by form publication status | |
| pageSize | No | Records per page (default 50) | |
| hasTriggers | No | Filter forms by trigger usage | |
| includeTotal | No | Include total count in response | |
| createdBefore | No | Return forms created before this UTC timestamp | |
| modifiedBefore | No | Return forms modified before this UTC timestamp | |
| createdOnOrAfter | No | Return forms created on or after this UTC timestamp | |
| modifiedOnOrAfter | No | Return forms modified on or after this UTC timestamp | |
| hasConditionalLogic | No | Filter forms by conditional logic usage |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||