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

# GET /v1/entities/

`GET /v1/entities/`

## Query parameters

- `org_id` string
- `project_id` string

## Response `200`

- object[]
  - `id` string, required — Unique identifier for the entity
  - `name` string, required — Name of the entity
  - `created_at` string, date-time, required — Timestamp of when the entity was created
  - `updated_at` string, date-time, required — Timestamp of when the entity was last updated
  - `total_memories` integer, required — Total number of memories associated with the entity
  - `owner` string, required — Owner of the entity
  - `organization` string, required — Organization the entity belongs to
  - `metadata` object — Additional metadata associated with the entity
  - `type` 'user' | 'agent' | 'app' | 'run', required

---

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