List and Create RAG Documents
List all RAG documents for the authenticated user with pagination. Supports search, filtering and multiple ordering patterns. POST supports creating new documents with file upload capabilities.
Query parameters
file_type
Filter by document_type
ordering
Comma separated ordering fields (updated_at, document_name) prefix with - for desc
page
A page number within the paginated result set.
page_size
Number of results to return per page.
q
Full-text search across document fields
sort
Shortcut ordering: latest | oldest | name_asc | name_desc
status
Filter by upload_status
Response
List of user's documents
count
results
next
previous
Errors
400
Bad Request Error
401
Unauthorized Error

