List Skills

get

/api/v1/skills

Returns the list of skills. You can filter the list by name, version, and whether the skill is in draft mode or published. You also can filter by base name or by base name and version.

Request

Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Success.
Body ()
Root Schema : SkillsPaginatedData
Type: object
List of skills.
Show Source
Nested Schema : items
Type: array
The items being returned.
Show Source
Nested Schema : BotDetail
Type: object
Skill or digital assistant details.
Show Source
Nested Schema : nativeLanguageTags
Type: array
Native multilingual skill or digital assistant supported language tags.
Show Source
  • Native multilingual skill or digital assistant supported language tags.
Back to Top