saos_dump_judgments
Retrieve bulk judgment records from Polish legal databases for data synchronization or mirroring purposes. Use date filters and pagination to manage large datasets effectively.
Instructions
SAOS bulk dump of judgments (full records per row — can be very large). Prefer narrow judgment_start_date/judgment_end_date and page_size 10–20. since_modification_date: incremental sync (ISO local: yyyy-MM-dd'T'HH:mm:ss.SSS). with_generated: include SAOS enrichment module fields. Not a replacement for saos_search_judgments (different use case: mirror/sync).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_size | No | Items per request (10–100). | |
| page_number | No | Zero-based page. | |
| judgment_start_date | No | Lower bound judgment date yyyy-MM-dd (judgmentStartDate). | |
| judgment_end_date | No | Upper bound judgment date yyyy-MM-dd (judgmentEndDate). | |
| since_modification_date | No | Only judgments modified after this instant (sinceModificationDate), format yyyy-MM-dd'T'HH:mm:ss.SSS. | |
| with_generated | No | Include data from SAOS enrichment module (withGenerated). |