List Inventory Count Items

Returns all count item records for an inventory count session, paginated.

Requires scope: inventory_counts:read

Authentication

API_KEYstring
API Key authentication via header

Path parameters

inventoryCountIdUUIDRequired
Inventory count ID.

Query parameters

pageintegerOptional

Zero-based page index. Defaults to 0.

sizeintegerOptional

Items per page. Defaults to 20, maximum 100.

sortstringOptional

Sort field and direction (e.g., updatedAt,desc or createdAt,asc). Supports Spring Pageable format.

Response

This endpoint returns an object.
datalist of objects
paginationobject
Pagination metadata returned on all list endpoints.

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error