Entities APIs
Get Users
GET
/
v1
/
entities
/
Authorizations
Authorization
string
headerrequiredAPI 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
requiredUnique identifier for the entity
name
string
requiredName of the entity
created_at
string
requiredTimestamp of when the entity was created
updated_at
string
requiredTimestamp of when the entity was last updated
total_memories
integer
requiredTotal number of memories associated with the entity
owner
string
requiredOwner of the entity
organization
string
requiredOrganization the entity belongs to
metadata
object
Additional metadata associated with the entity
type
enum<string>
requiredAvailable options:
user
, agent
, app
, run