Plants
Get plant
Retrieve a single plant by its UUID.
GET
Authentication
Requires a key with thefields:read scope.
Path parameters
Farm UUID.
Field UUID.
Block UUID.
Plant UUID.
Response
Returns the plant wrapped underdata. See List plants in block for the full field reference.
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, block, or plant doesn’t exist or belongs to another user |
429 RATE_LIMIT_EXCEEDED | Per-user rate limit reached |
5xx | Server error |