---
title: "List entities"
method: GET
path: "/platform/v1/entities"
tags: ["entities"]
---

# List entities

`GET /platform/v1/entities`

Returns the entities of the workspace given by `workspaceId`. Results are paged with `limit`/`offset`.

## Query parameters

- `limit` integer
- `offset` integer, nullable
- `workspaceId` string, uuid, required

## Response `200`

200

- object
  - `data` object[], required
    - `bookkeepingStartDate` string, required — First day Kick keeps books for the entity, as YYYY-MM-DD.
    - `createdAt` string, date-time, required
    - `id` string, uuid, required
    - `legalType` 'sole_proprietorship' | 'smllc' | 'mmllc' | 's_corp' | 'partnership' | 'c_corp' | 'no_legal_entity', nullable, required
    - `name` string, nullable, required
    - `workspaceId` string, uuid, required
  - `pagination` object, required
    - `limit` integer, required
    - `offset` integer, required
    - `total` integer, required

## Other responses

- `400` — 400
- `401` — 401
- `404` — 404
- `429` — 429

---

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