List Datasets
Retrieve a list of datasets
get
/v1/dataset/list
Authorization
ChatBotKit API Secret * Required
HTTP Authorization Scheme: bearer
Path Parameters
cursorstring
The cursor to use for pagination
orderstring
The order of the paginated items
takeinteger
The number of items to retrieve
curl -X GET "https://api.chatbotkit.com/v1/dataset/list" \-H "Authorization: Bearer $CHATBOTKIT_API_SECRET"
{"items":[{"id":"string","name":"string","description":"string","store":"string","recordMaxTokens":"number","searchMinScore":"number","searchMaxRecords":"number","searchMaxTokens":"number","matchInstruction":"string","mismatchInstruction":"string","separators":"string","visibility":"string","meta":"object","createdAt":"number","updatedAt":"number"}]}
The list of datasets was retrieved successfully