---
title: "List All Entities"
method: GET
path: "/entities"
tags: ["Entities"]
---

# List All Entities

`GET /entities`

View all entities in the company, with filtering available via query parameters. 

**OAuth Scope required:** `public.entities.readEntities`

## Query parameters

- `page` integer
- `pageSize` integer
- `filter` string
- `search` string
- `sortField` 'name' | 'lastUpdated'
- `sortDirection` 'ASC' | 'DESC'

## Headers

- `x-as-user-email` string
- `x-as-user-id` string

## Response `200`

200

- object
  - `page` integer
  - `pageSize` integer
  - `count` integer
  - `list` EntityModel[]
    - `id` string, required — The unique identifier of the entity
    - `ironcladId` string, required — The unique Ironclad identifier of the entity
    - `name` string, required — The name of the entity
    - `status` string, required — The status of the entity
    - `lastUpdated` string, required — The last updated date of the entity
    - `properties` RecordProperties, required — The record properties associated with the record
    - `namedTypeIds` string[] — The unique identifiers of the relationship types associated with the entity
    - `parentId` string — The unique identifier of the parent entity

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404

---

[API](https://skmtc.net/ironcladapp/apis/ironclad-public-api.md) · [All operations](https://skmtc.net/ironcladapp/apis/ironclad-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ironcladapp/ironclad-public-api/versions/9459b4cfc1e0/schema)
