Search...
/
Playground
Support
Dashboard
Documentation
API Reference
Graphiti
Discord
GitHub
Work with Us
Documentation
API Reference
Graphiti
Discord
GitHub
Work with Us
API Reference
Memory
User
Document
GET
Gets a list of DocumentCollections (cloud only)
GET
Gets a DocumentCollection (cloud only)
POST
Creates a new DocumentCollection
DEL
Deletes a DocumentCollection
PATCH
Updates a DocumentCollection
POST
Creates Multiple Documents in a DocumentCollection (cloud only)
POST
Batch Deletes Documents from a DocumentCollection by UUID (cloud only)
POST
Batch Gets Documents from a DocumentCollection (cloud only)
PATCH
Batch Updates Documents in a DocumentCollection (cloud only)
GET
Gets a Document from a DocumentCollection by UUID (cloud only)
DEL
Delete Document from a DocumentCollection by UUID (cloud only)
PATCH
Updates a Document (cloud only)
POST
Searches Documents in a DocumentCollection (cloud only)
Graph
Group
Playground
Support
Dashboard
API Reference
Document
Gets a list of DocumentCollections (cloud only)
Deprecated
GET
https://api.getzep.com/api/v2
/
collections
Returns a list of all DocumentCollections.
Response
OK
created_at
string
Optional
description
string
Optional
document_count
integer
Optional
document_embedded_count
integer
Optional
embedding_dimensions
integer
Optional
embedding_model_name
string
Optional
is_auto_embedded
boolean
Optional
is_indexed
boolean
Optional
is_normalized
boolean
Optional
metadata
map from strings to any
Optional
name
string
Optional
updated_at
string
Optional
uuid
string
Optional
Errors
401
Document List Collections Request Unauthorized Error
500
Document List Collections Request Internal Server Error
Built with