v1

latestOpenAPI 3.0.32026-07-267015229.9 KB
Skills

Get Skill

Retrieve the metadata for a single skill in the registry.

get/v2/skills/{skill_id}

Response

Successfully retrieved the skill

skill_idstring
display_namestring
descriptionstring

Example response

{
  "skill_id": "presentation",
  "display_name": "Presentation",
  "description": "Let the PAL walk participants through a slide deck made from uploaded documents."
}