---
title: "List cost centers"
method: GET
path: "/cost-centers/"
tags: ["Cost Centers"]
---

# List cost centers

`GET /cost-centers/`

Endpoint for retrieving a list of cost centers.

## Query parameters

- `page` integer
- `page_size` integer

## Response `200`

- PaginatedCostCenterList
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` CostCenter[], required
    - `created_ts` string, date-time, required — The timestamp in UTC when the cost center was created
    - `id` string, required — The unique identifier of the cost center.
    - `is_active` boolean, required — Indicates whether the cost center is currently active or inactive.
    - `legacy_id` string, required — [Deprecated] The legacy identifier of the cost center.
    - `modified_ts` string, date-time, required — The timestamp in UTC when the cost center was last modified
    - `name_ar` string, required — The name of the cost center in Arabic, limited to 200 characters.
    - `name_en` string, required — The name of the cost center in English, limited to 200 characters.

---

[API](https://skmtc.net/wafeq/apis/wafeq-public-api.md) · [All operations](https://skmtc.net/wafeq/apis/wafeq-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wafeq/wafeq-public-api/revisions/36816b4fce7f/schema)
