Use Cases
Monitor plant counts by growth phase
Cultivation license limits are often tied to how many plants you're running at each growth phase.
Pull plants by phase
Code
Valid values for growth_phase are clone, vegetative, and flowering. Run the same call for each phase you need to count.
Total across pages
Code
pagination.total is the count for that phase without needing to page through every result.
Gotchas
This gives you a count of tagged plants, not canopy square footage. States that regulate by canopy area rather than plant count (Oregon's tiered canopy limits, for example) need that measurement tracked separately. SeedLink doesn't currently expose canopy area as a field.
Last modified on