quote_list
List quotes using optional filters like status, date range, pagination, and sorting.
Instructions
List quotes with optional filters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| status | No | Filter by status | |
| sort_by | No | Sort order (default: created_at:desc) | |
| per_page | No | Items per page (max 100) | |
| created_at_to | No | Filter by creation date end (ISO 8601) | |
| created_at_from | No | Filter by creation date start (ISO 8601) |