GET /inventory
Get Inventory
Search current inventory across the position graph.
Traverses the is_in_position graph starting from root_position_key (or
the entire warehouse if omitted) and returns all Inventory edge records
matching the product, serial, and position filters. Includes resolved product
and position codes in each result.
Emits: (direct query — no event class)
Required scope: inventory:inventory:read
Authorizations
password Flow
"/api/auth""admin"User can access and edit users and system settings"library"User can access and edit products"production"User can access and edit production plans"operator"User can access the operator panel and make production declarations
Parameters
Query Parameters
Traverse the position graph starting from this position key; omit to search the entire warehouse.
"IN"Filter to inventory slots containing this product.
"67890"Wildcard search on product code.
"PROD-*"If True, return only serialized inventory slots.
falsefalseWildcard search on serial code.
"SN-LR-*"Filter to inventory slots containing any of these serial keys.
"SN-LR-001234"Wildcard search on position code.
"LOCATION-A*"Filter to this specific position.
"12345"Filter by ownership flag; None returns all.
trueMaximum number of results.
200200Pagination offset.
00Responses
Successful Response