List change-notification batches or fetch one (CZ only)
list_change_batchesRetrieve incremental delta batches listing company IDs that changed in a source register (CZ only). Use list mode to browse recent batches; supply a batch_id and source to see individual change records (INS, UPD, DEL) with pagination.
Instructions
Access the change-batch feed — incremental delta batches listing every company ID that changed in a given source register during a given reporting period. Currently only available for CZ; other jurisdictions return 501.
Two modes:
List mode (omit
batch_id): returns the N latest batches, optionally filtered bysource. Page forward viaoffset/limituntil the returned array is empty — the upstream has no total-count field.Detail mode (supply
batch_id+source): returns change records in that batch with typZmeny ∈ {INS, UPD, DEL} and the changed company ID. Response also carriestotal_changes(full batch size) andpagination: { limit, offset, has_more }. Client-side sliced — batches can exceed 1000 records.
Raw upstream fields come through verbatim under jurisdiction_data. Default page size 100, max 1000. Per-country source codes, capabilities and caveats — call list_jurisdictions({jurisdiction:"<code>"}).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jurisdiction | Yes | 'CZ' only. | |
| source | No | Source register code. Optional in list mode (if omitted, batches from all sources). REQUIRED in detail mode (when batch_id is provided). | |
| batch_id | No | Batch number (cisloDavky). If provided, switches to detail mode and returns the full list of change records. Requires `source`. | |
| limit | No | Page size. List mode: 1-100 (default 20). Detail mode: 1-1000 (default 100) — client-side slice of seznamNotifikaci. | |
| offset | No | Pagination skip. Applies to the batches array in list mode, or seznamNotifikaci in detail mode. | |
| fresh | No | Bypass cache. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| queried_at | Yes | ISO-8601 + Europe/London timezone stamp for when the registry was queried. | |
| jurisdiction | No | ||
| count | No | ||
| batches | No | ||
| data | No |