---
title: "List Knowledge Graph Entities"
method: GET
path: "/knowledge_graph/entities"
tags: ["Knowledge Graph"]
---

# List Knowledge Graph Entities

`GET /knowledge_graph/entities`

## Query parameters

- `limit` integer
- `offset` integer
- `search` string
- `archived` boolean
- `kind` string[]
- `provider` string
- `providerSource` string
- `subjectKind` string

## Response `200`

OK

- ListResponseBodyKnowledgeGraphEntity
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `data` KnowledgeGraphEntity[], required
    - `attributes` KnowledgeGraphEntityAttributes, required
      - `aliases` KnowledgeGraphSubjectAlias[], required
        - `attributes` KnowledgeGraphSubjectAliasAttributes, required
          - `kind` 'entity' | 'relationship', required
          - `provider` string, required
          - `providerSource` string, required
          - `providerSubjectRef` string, required
        - `id` string, required
      - `createdAt` string, date-time, required
      - `kind` string, required
      - `latestState` KnowledgeGraphSubjectState
        - `description` string, required
        - `displayName` string, required
        - `properties` object, required
      - `updatedAt` string, date-time, required
    - `id` string, required
  - `pagination` ResponsePagination, required
    - `next` string
    - `previous` string
    - `total` integer, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

## Changes

- **2026-07-29** (v1) `6e29faf92044` — 1 warning, 1 info
  - removed the optional property `data/items/attributes/latestEvidence` from the response with the `200` status
  - added the optional property `data/items/attributes/latestState` to the response with the `200` status
- **2026-07-27** (v1) `755e232a4525` — 1 breaking, 1 info
  - removed the required property `data/items/attributes/state` from the response with the `200` status
  - added the optional property `data/items/attributes/latestEvidence` to the response with the `200` status
- **2026-07-24** (v1) `5a04d5de5320` — 4 breaking, 2 info
  - removed the required property `data/items/attributes/aliases/items/attributes/description` from the response with the `200` status
  - removed the required property `data/items/attributes/description` from the response with the `200` status
  - removed the required property `data/items/attributes/displayName` from the response with the `200` status
  - removed the required property `data/items/attributes/properties` from the response with the `200` status
  - …2 more
- **2026-07-23** (v1) `daf788b63356` — 1 breaking, 1 info
  - removed the required property `data/items/attributes/aliases/items/attributes/displayName` from the response with the `200` status
  - added the required property `data/items/attributes/aliases/items/attributes/description` to the response with the `200` status
- **2026-07-13** (v1) `20b68d4c1a5d` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/rezible/apis/rezible-api/changes/knowledge_graph/entities/get.md)

---

[API](https://skmtc.dev/rezible/apis/rezible-api.md) · [All operations](https://skmtc.dev/rezible/apis/rezible-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rezible/rezible-api/revisions/d226beeef0bf/schema)
