Documents
List RAG Documents
Retrieves all documents for a project with pagination and filtering
GET
Query Parameters
Project ID to filter documents
Filter by document processing status
pending- Waiting to be processedprocessing- Currently being indexedcompleted- Successfully indexedfailed- Failed to index
Maximum number of documents to return per page
Number of documents to skip for pagination
Response
Whether the request was successful
Array of document objects
Total number of documents matching the query
Whether there are more documents to fetch
Offset value for the next page

