GET
/
v1
/
entities

Authorizations

Authorization
string
header
required

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. Will be deprecated soon, use org_id instead.

project_name
string

Filter entities by project name. Will be deprecated soon, use project_id instead.

org_id
string

Filter entities by organization ID.

project_id
string

Filter entities by project ID.

Response

200 - application/json
created_at
string
required

Timestamp of when the entity was created

id
string
required

Unique identifier for the entity

name
string
required

Name of the entity

organization
string
required

Organization the entity belongs to

owner
string
required

Owner of the entity

total_memories
integer
required

Total number of memories associated with the entity

type
enum<string>
required
Available options:
user,
agent,
app,
run
updated_at
string
required

Timestamp of when the entity was last updated

metadata
object

Additional metadata associated with the entity