Get NEON data availability
neon_get_availabilityCheck which NEON sites and months have data for products, with release and window filters, to verify availability before listing files.
Instructions
Which sites and months have data for a product (one row per site), which products have data at a site (one row per product), or one product-site cell; month ranges per release including PROVISIONAL, optionally windowed and filtered. Works without a token and is small (GraphQL). Next: call neon_list_files for a product, site and month range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | No | Site code or name. With no product: one row per product. | |
| limit | No | ||
| format | No | ranges (default; 'YYYY-MM/YYYY-MM'), months (explicit lists), counts. Cell mode defaults to months. | |
| offset | No | ||
| product | No | Product code or name. With no site: one row per site. | |
| release | No | Only months in this release (RELEASE-YYYY). | |
| end_month | No | Window end (YYYY-MM). | |
| site_codes | No | Product mode: only these sites. | |
| domain_code | No | Product mode: only sites in this domain. | |
| provisional | No | PROVISIONAL months: include (default), exclude, or only (not with release). | include |
| start_month | No | Window start (YYYY-MM). | |
| product_codes | No | Site mode: only these products. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | ||
| page | Yes | ||
| rows | Yes | ||
| notes | No | ||
| format | Yes | ||
| source | No | ||
| window | No | ||
| release | No | ||
| summary | Yes | ||
| resolved | No | ||
| siteCode | No | ||
| siteName | No | ||
| nextSteps | No | ||
| productCode | No | ||
| productName | No | ||
| provisional | Yes |