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
      • POSTCreate Group
      • GETGet All Groups
      • GETGet Group
      • DELDelete Group
      • PATCHUpdate Group
LogoLogo
PlaygroundDiscordStatusDashboardSign Up >
SDK ReferenceGroup

Get Group

GET
https://api.getzep.com/api/v2/groups/:groupId
GET
/api/v2/groups/:groupId
$curl https://api.getzep.com/api/v2/groups/groupId \
> -H "Authorization: <apiKey>"
1{
2 "created_at": "string",
3 "description": "string",
4 "external_id": "string",
5 "fact_rating_instruction": {
6 "examples": {
7 "high": "string",
8 "low": "string",
9 "medium": "string"
10 },
11 "instruction": "string"
12 },
13 "group_id": "string",
14 "id": 1,
15 "name": "string",
16 "project_uuid": "string",
17 "uuid": "string"
18}
Returns a group.
Was this page helpful?
Previous

Delete Group

Next
Built with

Path parameters

groupIdstringRequired

The group_id of the group to get.

Response

The group that was retrieved.
created_atstring
descriptionstring
external_idstring
Deprecated
fact_rating_instructionobject
group_idstring
idinteger
namestring
project_uuidstring
uuidstring

Errors

404
Not Found Error
500
Internal Server Error