Analytics on skill use

Is there (or will there be) an API call that returns information on skills assigned ? We are trying to determine the best way to report on the use of skills.

Yep, GET /api/v2/users/{userId}/routingskills.

Sorry, my question was probably poorly worded. Looking for skills assigned by conversations.

You can use conversation analytics queries to retrieve the requestedRoutingSkillId and requestedLanguageId dimensions, which will indicate the routing skills and language skills that were requested for the conversation.

1 Like