---
title: "List the system workforce options"
method: GET
path: "/system/workforce"
tags: ["System Workforce"]
---

# List the system workforce options

`GET /system/workforce`

## Query parameters

- `page` integer
- `items_per_page` integer
- `country_code` string
- `is_default` boolean
- `workforce_name` string
- `workforce_id` string
- `sortBy` string[]

## Headers

- `Authorization` string, string, required
- `Context` string, string, required
- `Accept` 'application/json', required
- `X-Accept-Timezone` string

## Response `200`

List of workforce options

- object[]
  - `_id` string, required
  - `updated_at` string, date-time, required
  - `created_at` string, date-time, required
  - `__v` integer, required
  - `workforce_id` string, required
  - `workforce_name` string, required
  - `country_code` string, required
  - `is_default` boolean, required

## Other responses

- `204` — No content
- `400` — Validation errors caused by missing or invalid header / path or payloads
- `401` — Failed to authenticate the user making the request
- `403` — Permission denied error
- `default` — unexpected error

---

[API](https://skmtc.dev/staffshift/apis/staffshift-api-gateway.md) · [All operations](https://skmtc.dev/staffshift/apis/staffshift-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/staffshift/staffshift-api-gateway/revisions/6e2cb83db3a9/schema)
