forms_get_forms_submissions
Retrieve form submissions from GoHighLevel by filtering with contact details, form ID, or date range. Supports pagination and limits for targeted data extraction.
Instructions
Get Forms Submissions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Filter by contactId, name, email or phone no. | |
| page | No | Page No. By default it will be 1 | |
| endAt | No | Get submission by ending of this date. By default it will be current date(YYYY-MM-DD). | |
| limit | No | Limit Per Page records count. will allow maximum up to 100 and default will be 20 | |
| formId | No | Filter submission by form id | |
| startAt | No | Get submission by starting of this date. By default it will be same date of last month(YYYY-MM-DD). | |
| locationId | No | Defaults to GHL_LOCATION_ID when omitted. |