Skip to main content
GET
Get an entity's profile

Authorizations

Authorization
string
header
required

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

Path Parameters

entity_type
enum<string>
required

The kind of entity that carries the profile.

Available options:
user
entity_id
string
required

The entity's id, as supplied when the memory was added.

Response

The profile envelope.

profile
object

The generated profile, shaped by the project's schema. Empty unless status is succeeded.

status
enum<string>

Generation state. Branch on this rather than on an empty profile.

Available options:
succeeded,
pending,
failed,
not_enabled,
insufficient_data
entity_type
enum<string>
Available options:
user
entity_id
string
updated_at
string<date-time> | null
generation_count
integer