Search Invoices
search_invoicesSearch and filter invoices by status, date range, and text query across client names and invoice content.
Instructions
Search and filter invoices. Supports filtering by status and date range. The query parameter searches across client names and invoice content. Example: query='Acme', status='paid', from='2026-01-01', to='2026-03-31' / Busca y filtra facturas. Soporta filtrado por estado y rango de fechas. El parametro query busca en nombres de clientes y contenido de facturas.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date filter (YYYY-MM-DD) / Fecha fin | |
| from | No | Start date filter (YYYY-MM-DD) / Fecha inicio | |
| after | No | Cursor for cursor-based pagination (document ID) / Cursor para paginacion | |
| limit | No | Max results (1-100) / Resultados maximos | |
| query | No | Search text (client name, etc.) / Texto de busqueda | |
| fields | No | Comma-separated field names to return / Campos a devolver | |
| offset | No | Offset / Desplazamiento | |
| status | No | Filter by status / Filtrar por estado |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| limit | Yes | ||
| total | Yes | ||
| offset | Yes | ||
| nextCursor | No |