Query Atlas
queryAtlasRun a read-only SQL query on a specified county data group to retrieve property and address records. Filter results by state, county, and data group with an optional row limit for targeted data exploration.
Instructions
Run one read-only SELECT over the synchronized tables of one state/county/data group. Table names are those from getAtlasSchema (property, address, properties, ...).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | ||
| limit | No | ||
| state | Yes | Two-letter state code, e.g. 'FL'. | |
| county | Yes | Atlas county key, e.g. 'lee'. | |
| dataGroup | Yes | Atlas data-group key, e.g. 'county'. |