Entities
Get structured attribute triples for an entity.
Returns (entity, attribute, value, type) triples extracted from memories. Pass ?attribute=<key> to filter by a specific attribute. Returns an empty array when ENTITY_ATTRIBUTES_ENABLED is off.
get/v1/entities/{entity_type}/{entity_id}/attributes
Path parameters
entity_type'user' | 'agent' | 'session' required
entity_idstring required
Query parameters
attributestring
entitystring
limitinteger
Response
Attribute triples ordered by observed_at DESC.
object required