---
title: "/locations"
method: GET
path: "/c/{company_id}/locations"
---

# /locations

`GET /c/{company_id}/locations`

## Path parameters

- `company_id` string, required

## Query parameters

- `limit` integer
- `page` integer
- `query` string
- `scope` string
- `view_mode` string

## Response `200`

200

- union
  - object
    - `meta` object
      - `limit` integer
      - `page` integer
      - `total_count` integer
    - `locations` object[]
      - `id` integer
      - `name` string
      - `is_valid` boolean
      - `state_name` string
      - `updated_at` string
      - `city` string
      - `note` string
      - `country_code` string
      - `created_at` string
      - `archived_at` unknown
      - `lang_code` string
      - `postal_code` string
      - `state_code` string
      - `street` string
      - `full_address` string
  - object
    - `meta` object
      - `limit` integer
      - `page` integer
      - `total_count` integer
    - `locations` object[]
      - `id` integer
      - `name` string
      - `is_valid` boolean
      - `state_name` string
      - `updated_at` string
      - `city` string
      - `translations` object[]
        - `default` boolean
        - `name` string
        - `city` string
        - `note` string
        - `total_count` integer
        - `lang_code` string
        - `postal_code` string
        - `street` string
        - `full_address` string
        - `filled_count` integer
      - `note` string
      - `country_code` string
      - `created_at` string
      - `archived_at` unknown
      - `lang_code` string
      - `postal_code` string
      - `state_code` string
      - `street` string
      - `full_address` string
      - `active_offers_count` integer
      - `active_requisitions_count` integer
      - `is_deletable` boolean

## Other responses

- `400` — 400

---

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