List trees
list_treesRead-only. One page of trees with cursor pagination, the same data as GET /api/forest?limit=. Pass nextCursor as cursor until it is null.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bbox | No | Bounding box [minX, minY, maxX, maxY] in world coordinates. Only trees inside it are returned. | |
| limit | Yes | Trees per page, for example 100. | |
| cursor | No | Opaque cursor from nextCursor of the previous page. |