Skip to main content
GET
Get an inventory item

Authorizations

X-API-Key
string
header
required

An API key created from a signed-in session. See Authentication.

Path Parameters

id
string<uuid>
required

Inventory item id

Response

The item

id
string<uuid>
read-only

Unique identifier

user_id
string
read-only

Owning account

category
enum<string>

Ingredient category

Available options:
fermentable,
hop,
yeast,
misc
name
string

Ingredient name

amount
number

Quantity on hand

amount_unit
string

Unit of measure

type
string | null

Sub-type

form
string | null

Form

origin
string | null

Country or region of origin

alpha_acid
number | null

Alpha acid percentage

color_srm
number | null

Colour in SRM

yield_percent
number | null

Extract yield percentage

attenuation
number | null

Apparent attenuation

year
integer | null

Crop year

notes
string | null

Freeform notes

created_at
string<date-time>
read-only

ISO 8601 timestamp

updated_at
string<date-time>
read-only

ISO 8601 timestamp