curl --request GET \
--url 'https://api.stateset.com/api/v1/cycle-counts' \
--header "Authorization: Bearer $STATESET_API_KEY"
{
"cycle_counts": [
{
"completed_at": "2026-08-31T14:22:05Z",
"counted_by": "string",
"created_at": "2026-08-31T14:22:05Z",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"lines": [],
"location_id": 1001,
"scheduled_date": "2026-08-31T14:22:05Z",
"status": "pending",
"updated_at": "2026-08-31T14:22:05Z",
"warehouse_id": 1001
}
],
"has_more": true,
"next_cursor": "string",
"total": 102
}
List cycle counts
List cycle counts
GET
/
api
/
v1
/
cycle-counts
curl --request GET \
--url 'https://api.stateset.com/api/v1/cycle-counts' \
--header "Authorization: Bearer $STATESET_API_KEY"
{
"cycle_counts": [
{
"completed_at": "2026-08-31T14:22:05Z",
"counted_by": "string",
"created_at": "2026-08-31T14:22:05Z",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"lines": [],
"location_id": 1001,
"scheduled_date": "2026-08-31T14:22:05Z",
"status": "pending",
"updated_at": "2026-08-31T14:22:05Z",
"warehouse_id": 1001
}
],
"has_more": true,
"next_cursor": "string",
"total": 102
}
Query parameters
integer (int32)
integer (int32)
string
One of
draft, in_progress, completed, cancelled.integer (int32)
integer (int32)
string
Cursor for keyset pagination (opaque token from
next_cursor).Response
CycleCountListResponse
CycleCountResponse[]
required
Show CycleCountResponse
Show CycleCountResponse
boolean
required
Whether more results are available after this page.
string,null
Opaque cursor for fetching the next page (keyset pagination).
integer
required
Status codes
| Code | Meaning |
|---|---|
200 | — |
curl --request GET \
--url 'https://api.stateset.com/api/v1/cycle-counts' \
--header "Authorization: Bearer $STATESET_API_KEY"
{
"cycle_counts": [
{
"completed_at": "2026-08-31T14:22:05Z",
"counted_by": "string",
"created_at": "2026-08-31T14:22:05Z",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"lines": [],
"location_id": 1001,
"scheduled_date": "2026-08-31T14:22:05Z",
"status": "pending",
"updated_at": "2026-08-31T14:22:05Z",
"warehouse_id": 1001
}
],
"has_more": true,
"next_cursor": "string",
"total": 102
}
Last modified on August 31, 2026