List cycle counts

GET/api/v1/inventory/counts

List recent cycle counts, optionally filtered by status.

Operation ID: list_counts_api_v1_inventory_counts_get·View as markdown·OpenAPI slice

Authentication

Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.

Parameters

Query

statusstring

Filter by status: draft | in_progress | posted | cancelled.

limitintegerdefault: 50

Responses

200Successful Response

successboolean
messagestring
codestring
dataListCountsResponse

401Unauthorized - Authentication required

403Forbidden - Insufficient permissions

422Validation Error - Invalid data format