Get a document by ID with paginationAsk AIget https://api.ducky.ai/v1/webapp/documents/{doc_id}Retrieve a specific document by providing the document ID.Path Paramsdoc_idstringrequiredThe unique ID of the document to retrieveQuery Paramsproject_idstringrequiredThe ID of the project containing the documentindex_namestringrequiredThe name of the index containing the documentlimitintegerThe maximum number of chunks to return in the responsecursorstringA cursor to fetch the next set of chunks if the document is paginatedResponses 200Document successfully retrieved 400Invalid request (e.g., missing required fields) 404Document not foundUpdated 7 months ago