Fetch Skillset Ability

Fetch a ability from a skillset

get
/v1/skillset/{skillsetId}/ability/{abilityId}/fetch

Authorization

ChatBotKit API Secret * Required

HTTP Authorization Scheme: bearer

Path Parameters

skillsetIdstring* Required

The ID of the skillset

abilityIdstring* Required

The ID of the ability to retrieve

curl -X GET "https://api.chatbotkit.com/v1/skillset/{skillsetId}/ability/{abilityId}/fetch" \

-H "Authorization: Bearer $CHATBOTKIT_API_SECRET"

{
"id":"string",
"name":"string",
"description":"string",
"instruction":"string",
"meta":"object",
"createdAt":"number",
"updatedAt":"number"
}
The skillset was retrieved successfully