---
title: "List workplaces"
method: GET
path: "/workplaces"
---

# List workplaces

`GET /workplaces`

Returns a list of workplaces.

## Query parameters

- `company` string
- `limit` integer

## Response `200`

200

- object
  - `next` string
  - `previous` string
  - `results` object[]
    - `id` string
    - `name` string
    - `address` object
      - `line1` string
      - `line2` string
      - `city` string
      - `state` string
      - `postal_code` string
      - `country` string
    - `company` string
    - `active` boolean
    - `metadata` object

---

[API](https://skmtc.net/checkhq/apis/check-api.md) · [All operations](https://skmtc.net/checkhq/apis/check-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/checkhq/check-api/versions/f46e28134549/schema)
