For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
PlaygroundDiscordStatusDashboardSign Up >
DocumentationSDK ReferenceGraphiti
DocumentationSDK ReferenceGraphiti
  • SDK Reference
        • GETGet user facts.
LogoLogo
PlaygroundDiscordStatusDashboardSign Up >
SDK ReferenceDeprecatedUser

Get user facts.

Deprecated
GET
https://api.getzep.com/api/v2/users/:userId/facts
GET
/api/v2/users/:userId/facts
$curl https://api.getzep.com/api/v2/users/userId/facts \
> -H "Authorization: <apiKey>"
1{
2 "facts": [
3 {
4 "content": "string",
5 "created_at": "string",
6 "fact": "string",
7 "uuid": "string",
8 "expired_at": "string",
9 "invalid_at": "string",
10 "name": "string",
11 "rating": 1.1,
12 "source_node_name": "string",
13 "target_node_name": "string",
14 "valid_at": "string"
15 }
16 ]
17}

Deprecated: Use Get User Edges instead.

Was this page helpful?
Previous

Get Group Facts

Next
Built with

Path parameters

userIdstringRequired

The user_id of the user to get.

Response

The user facts.
factslist of objects

Errors

404
Not Found Error
500
Internal Server Error