list_extractions
List past extraction log entries with metadata like ID, type, provider, date, and status, sorted newest first. Filter by date range or document type to find specific extractions.
Instructions
List past extraction log entries for the authenticated user. Returns extraction metadata (ID, type, provider, date, status) sorted newest first. Use get_extraction for the full details of a specific entry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (1–100). Default: 20. | |
| to_date | No | Return only extractions on or before this date (YYYY-MM-DD). | |
| from_date | No | Return only extractions on or after this date (YYYY-MM-DD). | |
| document_type | No | Filter by document type: auto, inventory, general, or pos. |