Skip to main content
GET
The shortlist is a per-user collection of admin-catalog crops the user is tracking or considering. Distinct from crops (which represent actual plantings on a field).

Authentication

Requires a key with the library:read scope.

Query parameters

page
integer
default:"1"
Page number (≥ 1).
limit
integer
default:"20"
Results per page (1–100).

Response

data
array
Array of user-crop objects (joined with parent admin crop name + category).
pagination
object
Offset pagination envelope.

Errors

StatusWhen
401Missing, malformed, expired, or revoked API key
403 INSUFFICIENT_SCOPEKey lacks library:read scope
429 RATE_LIMIT_EXCEEDEDPer-user rate limit reached
5xxServer error