v1
latestOpenAPI 3.1.02026-07-24403468.9 KBKnowledge document list
This API fetches a list of all documents within a specified knowledge base, providing details such as document names, IDs, upload dates, and statuses for easy management and reference.
get/datasets/{dataset_id}/documents
Path parameters
dataset_idstring required
Knowledge ID
Query parameters
keywordstring
Search keywords, currently only search document names(optional)
pagestring
Page number(optional)
limitstring
Number of items returned, default 20, range 1-100(optional)
Response
200
Example response
{
"limit": 20,
"page": 1
}