get_features
Read attribute rows from ArcGIS Pro layers, tables, or datasets using SQL filters, field selection, ordering, paging, and optional WKT geometry.
Instructions
Read attribute rows from a layer, table or dataset path, with an optional where clause, field subset, ordering and WKT geometry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum rows to return (max 5000). | |
| where | No | SQL where clause. | |
| fields | No | Fields to return; default all. | |
| offset | No | Rows to skip -- use for paging. | |
| map_name | No | Map to act on; defaults to the active map. | |
| order_by | No | ORDER BY clause, e.g. "POP DESC". | |
| layer_name | Yes | Layer or table name as shown by get_layers, or a full dataset path. | |
| include_geometry | No | Add SHAPE@WKT geometry (can be very large). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |