Get Document Info List
Retrives a list of document metadata information that matches the provided filters.
The documents returned will be sorted by ID in ascending order. id_gt
can be used for pagination, and should be set to the ID of the last document returned in the previous call.
A 404 Not Found
will be returned if either the collection name does not exist, or the document path does not exist within the provided collection.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
The name of the collection.
All documents returned will have a UUID strictly greater than the provided UUID. (Comparison will be on the binary representations of the UUIDs)
The maximum number of documents to return. This field is by default 1024, and cannot be set larger than 1024