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 Entity Types
      • PUTSet Entity Types
      • POSTAdd Data
      • POSTAdd Data in batch mode
      • POSTAdd Fact Triple
      • POSTClone graph
      • POSTSearch Graph
        • GETGet Group Episodes
        • GETGet User Episodes
        • GETGet Episode
        • DELDelete Episode
        • GETReturn any nodes and edges mentioned in an episode
LogoLogo
PlaygroundDiscordStatusDashboardSign Up >
SDK ReferenceGraphEpisode

Get Group Episodes

GET
https://api.getzep.com/api/v2/graph/episodes/group/:group_id
GET
/api/v2/graph/episodes/group/:group_id
$curl https://api.getzep.com/api/v2/graph/episodes/group/group_id
1{
2 "episodes": [
3 {
4 "content": "string",
5 "created_at": "string",
6 "uuid": "string",
7 "processed": true,
8 "role": "string",
9 "role_type": "norole",
10 "session_id": "string",
11 "source": "text",
12 "source_description": "string"
13 }
14 ]
15}
Returns episodes by group id.
Was this page helpful?
Previous

Get User Episodes

Next
Built with

Path parameters

group_idstringRequired
Group ID

Query parameters

lastnintegerOptional
The number of most recent episodes to retrieve.

Response

Episodes
episodeslist of objects

Errors

400
Bad Request Error
500
Internal Server Error