Search...
/
Playground
Support
Dashboard
Documentation
Community Edition
API Reference
Graphiti
Discord
GitHub
Work with Us
Documentation
Community Edition
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)
Playground
Support
Dashboard
API Reference
Document
Batch Gets Documents from a DocumentCollection (cloud only)
Deprecated
POST
https://api.getzep.com/api/v2
/
collections
/
:collectionName
/
documents
/
batchGet
Returns Documents from a DocumentCollection specified by UUID or ID.
Path parameters
collectionName
string
Required
Name of the Document Collection
Request
This endpoint expects an object.
document_ids
list of strings
Optional
uuids
list of strings
Optional
Response
This endpoint returns a list of lists of objects.
content
string
Optional
created_at
string
Optional
document_id
string
Optional
embedding
list of doubles
Optional
is_embedded
boolean
Optional
metadata
map from strings to any
Optional
updated_at
string
Optional
uuid
string
Optional
Errors
400
Bad Request
401
Unauthorized
500
Internal Server Error
Built with