Documents
List Docs
Flexible document listing endpoint with support for aggregates, projections, and advanced pagination.
request.document_filters supports equality plus $and, $or, $nor, $not, $in, $nin, $exists, $regex, and $contains, with arbitrary nesting. Scalar comparisons match array elements automatically. Example:
{
"$and": [
{"category": "patent"},
{"$nor": [{"status": "archived"}, {"priority": {"$in": ["low", "medium"]}}]}
]
}
Use the folder_name and end_user_id query parameters to scope system metadata instead of embedding those keys in the filter payload.
post/documents/list_docs
Query parameters
end_user_idstring nullable
Headers
authorizationstring
Request body
Response
Successful Response