---
title: "List shifts"
method: GET
path: "/shifts"
tags: ["Shifts"]
---

# List shifts

`GET /shifts`

Returns a paginated list of shifts.

## Query parameters

- `after` integer
- `before` integer
- `page_size` integer

## Response `200`

- ShiftCollection
  - `data` Shift[] — An array of Shifts wrapped in top level `data` object.
    - `created_at` string, date-time — Creation timestamp in UTC.
    - `id` string, uuid — Auto-generated object ID.
    - `retailer_id` string, uuid — The ID of the retailer where the shift was started.
    - `time_in` string, date-time — The time the shift started.
    - `time_out` string, date-time — The time the shift ended.
    - `updated_at` string, date-time — Updated at timestamp in UTC.
    - `updated_by` string, uuid — The ID of the user that updated the shift.
    - `user_id` string, uuid — The ID of the user who started the shift.
    - `version` integer — Auto-incrementing object version number.
  - `version` Version — An object containing the highest and lowest version numbers for all items of the returned collection.
    - `max` integer, nullable, required — Highest version number of the payload, or `null` when the result set is empty.
    - `min` integer, nullable, required — Lowest version number of the payload, or `null` when the result set is empty.

---

[API](https://skmtc.net/lightspeedhq/apis/api-2026-07.md) · [All operations](https://skmtc.net/lightspeedhq/apis/api-2026-07/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightspeedhq/api-2026-07/revisions/72d4ceb46dbb/schema)
