🚀 Zep v3 is now available! Existing implementations will need to be migrated from v2 to v3 - Migration Guide 🚀

PlaygroundDiscordContext EngineeringDashboardSign Up >
DocumentationSDK ReferenceGraphiti
DocumentationSDK ReferenceGraphiti
  • SDK Reference
LogoLogo
PlaygroundDiscordContext EngineeringDashboardSign Up >
SDK ReferenceDeprecatedUser

Get user facts.

Deprecated
GET
https://api.getzep.com/api/v2/users/:userId/facts
GET
/api/v2/users/:userId/facts
1curl https://api.getzep.com/api/v2/users/userId/facts \
2 -H "Authorization: Api-Key <apiKey>"
Try it
1{
2 "facts": [
3 {
4 "content": "content",
5 "created_at": "created_at",
6 "fact": "fact",
7 "uuid": "uuid",
8 "expired_at": "expired_at",
9 "invalid_at": "invalid_at",
10 "name": "name",
11 "rating": 1.1,
12 "source_node_name": "source_node_name",
13 "target_node_name": "target_node_name",
14 "valid_at": "valid_at"
15 }
16 ]
17}
Deprecated: Use Get User Edges instead.
Was this page helpful?
Previous

Get Group Facts

Next
Built with
Get Group Facts

Path parameters

userIdstringRequired
The user_id of the user to get.

Headers

AuthorizationstringRequired
Header authentication of the form `Api-Key <token>`

Response

The user facts.
factslist of objects or null

Errors

The user facts.

Header authentication of the form Api-Key <token>

Deprecated: Use Get User Edges instead.

The user_id of the user to get.