quotes.list
List quotes with line items, totals, status, and linked lead info. Supports filtering by status and cursor-based pagination. Tip: Create quotes with quotes.create (requires a lead_id from leads.create or leads.list first).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of quotes to return. Defaults to 50, capped at 100. | |
| cursor | No | Pagination cursor from previous response. Pass to get next page of results. | |
| status | No | Filter by quote status. Omit to return all statuses. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Total quotes returned | |
| quotes | No | List of quote records with nested lineItems and lead info |