ghl_form_get_submissions
Fetch form submissions from a GoHighLevel account using filters such as form ID, contact details, and date range, with pagination support to navigate results.
Instructions
Get Forms Submissions Endpoint: GET /forms/submissions (Version header: v3; source: v3/forms-v3.json) OAuth scopes: forms.readonly Pagination params: page, limit — pass them to page through full result sets.
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 | Yes |