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."
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.