ghl_estimate_list
List estimates from your GoHighLevel account with pagination and filters by date range, status, contact, and search text. Control results with limit and offset parameters.
Instructions
List Estimates Get a paginated list of estimates Endpoint: GET /invoices/estimate/list (Version header: v3; source: v3/invoices-v3.json) OAuth scopes: invoices/estimate.readonly Pagination params: limit, offset — pass them to page through full result sets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| altId | Yes | Location Id or Agency Id | |
| endAt | No | endAt in YYYY-MM-DD format | |
| limit | Yes | Limit the number of items to return | |
| offset | Yes | Number of items to skip | |
| search | No | search text for estimates name | |
| status | No | estimate status | |
| altType | Yes | ||
| startAt | No | startAt in YYYY-MM-DD format | |
| contactId | No | Contact ID for the estimate |