Plants
List plants in block
List per-plant records under a block. Plants are the opt-in QR-tagged asset layer for premium perennials.
GET
Authentication
Requires a key with thefields:read scope. See Authentication.
Path parameters
Farm UUID.
Field UUID.
Block UUID.
Response
Array of plant objects under the block. Soft-deleted plants are excluded.
Errors
| Status | When |
|---|---|
400 INVALID_ID | Any path UUID is malformed |
401 | Missing, malformed, expired, or revoked API key |
403 INSUFFICIENT_SCOPE | Key lacks fields:read scope |
404 NOT_FOUND | Farm, field, or block doesn’t exist or belongs to another user |
429 RATE_LIMIT_EXCEEDED | Per-user rate limit reached |
5xx | Server error |