ghl_invoice_list
List invoices from GoHighLevel by location, contact, status, date range, or search term. Supports pagination with limit and offset for efficient retrieval.
Instructions
List invoices API to get list of invoices Endpoint: GET /invoices/ (Version header: v3; source: v3/invoices-v3.json) OAuth scopes: invoices.readonly Pagination params: limit, offset — pass them to page through full result sets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| altId | Yes | location Id / company Id based on altType | |
| 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 | To search for an invoice by id / name / email / phoneNo | |
| status | No | status to be filtered | |
| altType | Yes | Alt Type | |
| startAt | No | startAt in YYYY-MM-DD format | |
| contactId | No | Contact ID for the invoice | |
| sortField | No | The field on which sorting should be applied | |
| sortOrder | No | The order of sort which should be applied for the sortField | |
| paymentMode | No | payment mode |