Search documents by filename using full-text search.
request.filters accepts the same operator set as /retrieve/chunks: $eq, $ne, $gt, $gte, $lt,
$lte, $in, $nin, $exists, $type, $regex (with optional i flag), $contains, and the logical
operators $and, $or, $nor, $not. Comparison clauses honor typed metadata (number, decimal,
datetime, date).
Request model for searching documents by name
Search query for document names/filenames
1Number of documents to return
1 <= x <= 100Optional metadata filters for documents
Optional folder scope for the search. Accepts a single folder name or a list of folder names.
Optional end-user scope for the search
Successful Response