List skill categories

GET {{baseUrl}}/contact_center/skills/categories?next_page_token=<string>&page_size=30

List all available skill categories and their information.

Scopes: contact_center_skill:read:admin

Rate Limit Label: Medium

Request Params

KeyDatatypeRequiredDescription
next_page_tokenstringUse the next page token to paginate through large result sets. A next page token returns whenever the set of available results exceeds the current page size. This token's expiration period is 15 minutes.
page_sizenumberThe number of items returned per page.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;next_page_token&quot;:&quot;\u003cstring\u003e&quot;,&quot;page_size&quot;:30,&quot;skill_categories&quot;:[{&quot;skill_category_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;skill_category_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;skill_category_description&quot;:&quot;\u003cstring\u003e&quot;,&quot;max_proficiency_level&quot;:1,&quot;total_agent_routing_profiles&quot;:&quot;\u003cinteger\u003e&quot;,&quot;skill_type&quot;:&quot;text&quot;,&quot;modified_by&quot;:&quot;\u003cstring\u003e&quot;,&quot;last_modified_time&quot;:&quot;\u003cdateTime\u003e&quot;},{&quot;skill_category_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;skill_category_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;skill_category_description&quot;:&quot;\u003cstring\u003e&quot;,&quot;max_proficiency_level&quot;:4,&quot;total_agent_routing_profiles&quot;:&quot;\u003cinteger\u003e&quot;,&quot;skill_type&quot;:&quot;text&quot;,&quot;modified_by&quot;:&quot;\u003cstring\u003e&quot;,&quot;last_modified_time&quot;:&quot;\u003cdateTime\u003e&quot;}]}