Get Material Inventory Snapshot

Returns inventory data for a specific material at a specific location, optionally as of a point in time. If at is omitted, defaults to current server time.

Requires scope: inventory_history:read

Authentication

API_KEYstring
API Key authentication via header

Path parameters

locationIdUUIDRequired
Location ID.
materialDetailsIdUUIDRequired

Material details (variation) ID.

Query parameters

atdatetimeOptional

ISO 8601 timestamp to evaluate inventory at. Omit for current state. Example: 2026-03-01T00:00:00Z

Response

This endpoint returns an object.
materialDetailsIdUUID

ID of the material details (variation) record.

quantitydouble

On-hand quantity at the location as of the snapshot time.

materialobject
Reference to the material.
variationNamestring
Name of the material variation, if applicable.
costPerUnitdouble
Cost per unit of this material.
totalCostdouble

Total cost (quantity × costPerUnit) for this line.

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error