documents
Retrieve a document
Fetch an individual document from a collection by using its ID.
get/collections/{collectionName}/documents/{documentId}
Path parameters
collectionNamestring required
The name of the collection to search for the document under
documentIdstring required
The Document ID
Response
The document referenced by the ID
object required
Can be any key-value pair