---
title: "ListWorkweekConfigs"
method: GET
path: "/v2/labor/workweek-configs"
tags: ["Labor"]
---

# ListWorkweekConfigs

`GET /v2/labor/workweek-configs`

Returns a list of `WorkweekConfig` instances for a business.

## Query parameters

- `limit` integer
- `cursor` string

## Response `200`

Success

- ListWorkweekConfigsResponse — The response to a request for a set of `WorkweekConfig` objects. The response contains the requested `WorkweekConfig` objects and might contain a set of `Error` objects if the request resulted in errors.
  - `cursor` string — The value supplied in the subsequent request to fetch the next page of `EmployeeWage` results.
  - `errors` Error[] — Any errors that occurred during the request.
    - `category` string, required — The high-level category for the error.
    - `code` string, required — The specific code of the error.
    - `detail` string — A human-readable description of the error for debugging purposes.
    - `field` string — The name of the field provided in the original request (if any) that the error pertains to.
  - `workweek_configs` WorkweekConfig[] — A page of `EmployeeWage` results.
    - `created_at` string — A read-only timestamp in RFC 3339 format; presented in UTC.
    - `id` string — The UUID for this object.
    - `start_of_day_local_time` string, required — The local time at which a business week ends. Represented as a string in `HH:MM` format (`HH:MM:SS` is also accepted, but seconds are truncated).
    - `start_of_week` string, required — The day of the week on which a business week ends for compensation purposes.
    - `updated_at` string — A read-only timestamp in RFC 3339 format; presented in UTC.
    - `version` integer — Used for resolving concurrency issues. The request fails if the version provided does not match the server version at the time of the request. If not provided, Square executes a blind write; potentially overwriting data from another write.

---

[API](https://skmtc.net/square/apis/squareup.md) · [All operations](https://skmtc.net/square/apis/squareup/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/square/squareup/revisions/8d95e3639487/schema)
