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
      • GETRetrieves project information
LogoLogo
PlaygroundDiscordStatusDashboardSign Up >
SDK ReferenceProject

Retrieves project information

GET
https://api.getzep.com/api/v2/projects/info
GET
/api/v2/projects/info
1from zep_cloud import Zep
2
3client = Zep(
4 api_key="YOUR_API_KEY",
5)
6client.project.get()
1{
2 "project": {
3 "created_at": "string",
4 "description": "string",
5 "name": "string",
6 "uuid": "string"
7 }
8}
Retrieve project info based on the provided api key.
Was this page helpful?
Previous

Get Task

Next
Built with

Response

Retrieved
projectobject

Errors

400
Bad Request Error
404
Not Found Error
500
Internal Server Error