Get Location Inventory Snapshot
Returns a snapshot of all materials stocked at a location, optionally
as of a specific point in time. If at is omitted, defaults to the
current server time. Results are paginated and sortable. Invalid sortBy
values silently fall back to NAME_ASC.
Requires scope: inventory_history:read
Authentication
Path parameters
Query parameters
ISO 8601 timestamp to evaluate inventory at. Defaults to current
server time if omitted. Example: 2026-03-01T00:00:00Z
Zero-based page index. Defaults to 0.
Items per page. Defaults to 20, maximum 100.
Sort order for results. One of: NAME_ASC, NAME_DESC,
QUANTITY_ASC, QUANTITY_DESC. Defaults to NAME_ASC. Invalid
values silently fall back to NAME_ASC.
Response
ISO 8601 timestamp at which the snapshot was evaluated. null means current state.
Sum of totalCost across all items in the snapshot.