Catalog›List skills for a technician
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.
Arguments
idstringpathrequired
Technician ID — business_user_profiles.id (UUID)
eligible_onlybooleanqueryoptional
true (default) = active skills only; false = all assigned skills including inactive
pageintegerqueryoptional
Page number (default: 1)
limitintegerqueryoptional
Page size (default: 15, max: 1000)
GET/v1/technicians/{id}/skills
curl -X GET "https://api.crisphive.com/v1/technicians/9b2f6c3e-1a4d-4f0a-8f2e-7c5d1b3a9e01/skills" \ -H "Authorization: Bearer chsk_test_4eC8xQ9mZ2pL7Ka0rT"
Bearer