declarations_list
Retrieve tax declarations with filters for type, status, year, and month. Returns paginated results including declaration status and period.
Instructions
List tax declarations for the active company. Supports filtering by type, status, year, and month. Returns paginated list of declarations with their status and period.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| type | No | Declaration type filter | |
| year | No | Year filter (e.g. 2026) | |
| limit | No | Items per page (default: 10, max: 20) | |
| month | No | Month filter (1–12) | |
| status | No | Status filter | |
| companyId | No | Company UUID (overrides STORNO_COMPANY_ID env var) |