List Cycle Counts

Required permission: read_cycle_counts

Returns a paginated list of cycle counts for the organization. Supports filtering by warehouse, status, and cycle count type.

All filter parameters are optional. When no filters are provided, all cycle counts for the organization are returned. Filters can be combined freely.

Example use cases:

  • Get all cycle counts: GET /cycle-counts
  • Get cycle counts in a warehouse: GET /cycle-counts?warehouse_id=123
  • Get only in-progress cycle counts: GET /cycle-counts?status=in_progress
  • Get location-type cycle counts: GET /cycle-counts?cycle_count_type=locations
Language
Credentials
Header
Response
Click Try It! to start a request and see the response here!