dispatch_form_submissions_list
Search submitted form records using filters like form, status, owner, creator, and submission date to retrieve paginated results.
Instructions
Search submitted form records by form, creator, status, owner expression, submitted range, or active state. Returns one page; use this for submission results rather than form definitions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (starts at 1) | |
| sort | No | Sort: Field (default), +Field (asc), or -Field (desc). Fields: Id, SubmittedOn, CreatedBy | |
| active | No | Filter by active status | True |
| owners | No | Owner query expression used by ServiceTitan submissions endpoint | |
| status | No | Submission status filter | |
| formIds | No | Comma-separated form IDs | |
| pageSize | No | Records per page (default 50) | |
| ownerType | No | Owner type filter | |
| createdById | No | Creator user ID | |
| includeTotal | No | Include total count in response | |
| submittedBefore | No | Return submissions submitted before this UTC timestamp | |
| submittedOnOrAfter | No | Return submissions submitted on or after this UTC timestamp |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||