Entities
Get the synthesized profile for a user or agent.
Returns the auto-synthesized prose profile from user_profiles plus top structured attribute triples from entity_attributes. No LLM call on the read path — the profile is pre-computed at ingest time. profile is null when fewer than 3 memories have been ingested or when USER_PROFILE_CHANNEL_ENABLED is off.
get/v1/entities/{entity_type}/{entity_id}/profile
Path parameters
entity_type'user' | 'agent' | 'session' required
entity_idstring required
Response
Entity profile with attributes and memory count.
object required