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 All Groups

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

Get Group

Next
Built with

Query parameters

pageNumberintegerOptional
Page number for pagination, starting from 1.
pageSizeintegerOptional
Number of groups to retrieve per page.

Response

Successfully retrieved list of groups.
groupslist of objects
row_countinteger
total_countinteger

Errors

400
Bad Request Error
500
Internal Server Error