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 Context Template
      • GETGet Context Template
      • PUTUpdate Context Template
      • GETList Context Templates
      • DELDelete Context Template
LogoLogo
PlaygroundDiscordStatusDashboardSign Up >
SDK ReferenceContext

List Context Templates

GET
https://api.getzep.com/api/v2/context-templates
GET
/api/v2/context-templates
1from zep_cloud import Zep
2
3client = Zep(
4 api_key="YOUR_API_KEY",
5)
6client.context.list_context_templates()
1{
2 "templates": [
3 {
4 "template": "string",
5 "template_id": "string",
6 "uuid": "string"
7 }
8 ]
9}
Lists all context templates.
Was this page helpful?
Previous

Delete Context Template

Next
Built with

Response

The list of context templates.
templateslist of objects

Errors

400
Bad Request Error
500
Internal Server Error