List documents in an index with paginationAsk AIget https://api.ducky.ai/v1/webapp/documentsRetrieve a paginated list of documents from a specific indexQuery Paramsproject_idstringrequiredThe ID of the project containing the documentsindex_namestringrequiredThe name of the index to list documents fromlimitintegerMaximum number of documents to return per pagecursorstringCursor for pagination, obtained from previous responseResponses 200Successfully retrieved documents 400Invalid request (e.g., missing required fields) 404Index not foundUpdated 7 months ago