Catalog›List skills in a category
List skills in a category
Returns paginated skills (technician qualifications/certifications) belonging to the given trade/specialty category, ordered alphabetically. The `members` field on each skill is the count of active technicians currently holding it — a quick capacity check per capability.
Arguments
idstringpathrequired
Skill category ID (UUID)
pageintegerqueryoptional
Page number (default: 1)
limitintegerqueryoptional
Page size (default: 15, max: 1000)
GET/v1/skill-categories/{id}/skills
curl -X GET "https://api.crisphive.com/v1/skill-categories/9b2f6c3e-1a4d-4f0a-8f2e-7c5d1b3a9e01/skills" \ -H "Authorization: Bearer chsk_test_4eC8xQ9mZ2pL7Ka0rT"
Bearer