Goodearth Block Item List
goodearth_block_item_listWhat you grow, watch for, or saw on a plot — a page at a time.
as_of is how a past season answers: the record as it stood that day,
rather than as it stands now.
Sorting and searching happen in the database, over as many rows as the block holds rather than the page you are looking at.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | One of: planting, pest, wildlife, observation. | |
| npub | No | Required. Your Nostr public key (npub1...) for credit billing. | |
| page | No | Zero-based page number. | |
| as_of | No | Read the record as it STOOD on this date (YYYY-MM-DD) — what was live then, including anything you have retired since. | |
| block | Yes | The ground to read — its id, its name, or an alias. | |
| since | No | Only observations on or after this date (YYYY-MM-DD). | |
| until | No | Only observations on or before this date (YYYY-MM-DD). | |
| search | No | Case-insensitive regex over the name and the event, e.g. 'migration' finds both of a bird's. Empty matches everything. | |
| season | No | Limit to one season year. Ignored for observations. | |
| sort_col | No | Order by one of: name, event, driver, starts_on, target_gdd, observed_on, season, created, updated. Omit for the default order — sightings newest first, everything else by when it was added. | |
| sort_dir | No | 'asc' or 'desc'. | asc |
| page_size | No | Rows per page, up to 200. | |
| dpop_token | No | ||
| include_retired | No | Include what you have retired. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||