POST
/
documents
/
get-document-info-list

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
collection_name
string
required

The name of the collection.

id_gt
string | null

All documents returned will have a UUID strictly greater than the provided UUID. (Comparison will be on the binary representations of the UUIDs)

limit
integer
default:
1024

The maximum number of documents to return. This field is by default 1024, and cannot be set larger than 1024

Response

200 - application/json
documents
object[]
required