---
title: "List cost centers"
method: GET
path: "/v2/companies/{companyId}/cost-centers"
tags: ["Cost Centers"]
deprecated: true
---

# List cost centers

`GET /v2/companies/{companyId}/cost-centers`

> **Deprecated.**

This endpoint lists cost centers of a company. If an externalId is provided in the query parameter
only the cost center with the provided externalId is returned.

## Query parameters

- `externalId` string

## Response `200`

OK

- ArrayOfReference
  - `length` integer
  - `elements` Reference[] — List of references containing id and name.
    - `id` string, uuid, required
    - `name` string
  - `totalNumResults` integer — Total number of results

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

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