GET
/
v1
/
entities
/

Authorizations

Authorization
string
headerrequired

API key authentication. Prefix your Mem0 API key with 'Token '. Example: 'Token your_api_key'

Query Parameters

org_name
string

Filter entities by organization name

project_name
string

Filter entities by project name

Response

200 - application/json
id
string
required

Unique identifier for the entity

name
string
required

Name of the entity

created_at
string
required

Timestamp of when the entity was created

updated_at
string
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
string
required

Type of the entity (e.g., 'user', 'agent')