Dataset coverage per country
get_coverageDataset coverage and the capability matrix, per country. Read-only. CALL THIS FIRST before concluding that something does not exist in a country.
Parameters:
- country (optional, default "all"): "AT" | "DE" | "all" - which countries to include.
Returns {countries: {<code>: <that backend's coverage payload>}, capabilities,
countries_unavailable}. Each country section is the country backend's own coverage
dashboard (AT: parsed-financials counts by format/status; DE: per-Bundesland counts
+ fill rates - the DE backfill is still running, so a low count means "not crawled
yet", not "does not exist"). ``capabilities`` is the machine-readable matrix of what
each country supports (financials, documents, events windows, filters); a country
that cannot be reached appears under ``countries_unavailable`` with the error
instead of failing the whole call. For valid filter values use describe_fields;
for per-company data use search_companies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country | No | all |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||