Search...
/
Playground
Support
Dashboard
Documentation
Community Edition
API Reference
Graphiti
Discord
GitHub
Work with Us
Documentation
Community Edition
API Reference
Graphiti
Discord
GitHub
Work with Us
API Reference
Memory
GET
Returns a fact by UUID
DEL
Delete a fact for the given UUID
POST
Add a session
GET
Returns all sessions in a specified order
POST
End multiple sessions. (cloud only)
POST
Search sessions for the specified query.
GET
Returns a session by ID
PATCH
Update a session
POST
Classify a session (cloud only)
POST
End a session (cloud only)
GET
Returns all facts for a session by ID (cloud only)
POST
Adds facts to a session (cloud only)
GET
Get session memory
POST
Add memory to the specified session.
DEL
Delete memory messages for a given session
GET
Lists messages for a session
GET
Gets a specific message from a session
PATCH
Updates the metadata of a message.
POST
Search memory for the specified session (cloud only)
GET
Returns a session's summaries by ID (cloud only)
GET
Synthesize a question (cloud only)
User
Document
Graph
Group
Playground
Support
Dashboard
API Reference
Memory
Returns a session by ID
GET
https://api.getzep.com/api/v2
/
sessions
/
:sessionId
get session by id
Path parameters
sessionId
string
Required
Session ID
Response
This endpoint returns an object.
classifications
map from strings to strings
Optional
created_at
string
Optional
deleted_at
string
Optional
ended_at
string
Optional
fact_rating_instruction
object
Optional
Show 2 properties
facts
list of strings
Optional
id
integer
Optional
TODO deprecate
metadata
map from strings to any
Optional
project_uuid
string
Optional
session_id
string
Optional
updated_at
string
Optional
user_id
string
Optional
Must be a pointer to allow for null values
uuid
string
Optional
Errors
404
Not Found
500
Internal Server Error
Built with