Export Skillset Abilities
Export skillset abilities
get
/v1/skillset/{skillsetId}/ability/export
Authorization
ChatBotKit API Secret * Required
HTTP Authorization Scheme: bearer
Path Parameters
skillsetIdstring* Required
The ID of the skillset to export
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/skillset/{skillsetId}/ability/export" \-H "Authorization: Bearer $CHATBOTKIT_API_SECRET"
{"items":[{"name":"string","description":"string","meta":"object","id":"string","createdAt":"number","updatedAt":"number","secretId":"string","instruction":"string"}]}
The export of skillset abilities was retrieved successfully