Get Inventory Count
Returns a single inventory count session by ID.
Requires scope: inventory_counts:read
Authentication
API_KEYstring
API Key authentication via header
Path parameters
id
Inventory count ID.
Response
This endpoint returns an object.
id
Unique identifier for the inventory count.
status
Current status of the count session.
period
Count period number (e.g. cycle or iteration index).
active
Whether the count session is currently active.
canceled
Whether the count session has been cancelled.
assignedUserIds
IDs of users assigned to this count session.
createdAt
ISO 8601 timestamp when the session was created.
updatedAt
ISO 8601 timestamp when the session was last updated.
location
Reference to the location being counted.
startDate
Scheduled start date for the count (ISO 8601 date, e.g. 2026-03-15).
dueDate
Due date for completing the count (ISO 8601 date, e.g. 2026-03-22).
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error