List skills for a technician
listTechnicianSkillsRetrieve paginated skills for a technician, with an optional filter to show active or all assigned skills.
Instructions
List skills for a technician
Returns paginated skills assigned to the technician. By default (eligible_only omitted or true) only active skills are returned — pass eligible_only=false to include inactive skills.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Technician ID — business_user_profiles.id (UUID) | |
| page | No | Page number (default: 1) | |
| limit | No | Page size (default: 15, max: 1000) | |
| eligible_only | No | true (default) = active skills only; false = all assigned skills including inactive |