Strain
Get a strain
Fetch one strain by its id. Returns the same reference record found in the list endpoint — its name and genetic classification — scoped to your company. A strain from another company, or one that does not exist, returns 404 (the two cases are indistinguishable, so you cannot use this to probe for strains you can't see).
Required permission: settings_permissions_strains.
get/public/v1/strains/{id}
Path parameters
idstring required
The Distru strain id, as returned in the id field of the list or upsert response (e.g. "01H..."). Not a Metrc or other external identifier.
Response
A single strain
Changes
No recorded changes to this endpoint across all 1 revision of this API.