v1
latestOpenAPI 3.0.32026-07-246376162.1 KBRouting
Get skill
Returns detailed information about a specific skill.
get/api/v4/routing/skills/{skill_id}
Path parameters
skill_idinteger required
Example:1
The unique identifier of the skill.
Response
OK
Example response
{
"skill": {
"id": 1,
"name": "Sales",
"created_at": "2026-01-15T10:30:00.123000Z",
"updated_at": "2026-01-20T14:15:00.456000Z"
}
}