List documents in a collection
GEThttps://platform.docana.com/api/v1/collections/:collectionId/documents/
One page of the collection documents, most recently updated first. When search is set, the page is ranked by semantic similarity to the query instead. Requires read access to the collection.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
One page of documents with pagination counters
The request body, query, or path failed validation. See validationErrors.
The API key or session is missing, expired, or malformed.
The caller is authenticated but not allowed to perform this operation.
A resource referenced by the path does not exist or is not visible to the caller.
Unexpected server error.