curl --request GET \
  --url https://{tenant_name}.{region}.techwolf.ai/skill_clusters/{external_id}/skill_profile \
  --header 'Authorization: Bearer <token>'
{
  "external_id": "a3903505-eb84-42dc-a79f-5e7b1fe897b7",
  "skills": [
    {
      "skill": "Programming"
    },
    {
      "skill": "Business Intelligence"
    },
    {
      "skill": "Machine Learning"
    }
  ],
  "domain": "Machine Learning"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

external_id
string
required

The unique ID in your system, consisting of alphanumeric characters, hyphens and underscores.

Required string length: 1 - 100

Query Parameters

response_format
enum<string>
default:
list

The format in which the Skill Profile needs to be returned. More info about adding your Skill Clusters can be found in the <u>tutorials</u>.

Available options:
list
vocab_language
enum<string>
default:
en_uk

The display language used for Skill names. Altering the vocabulary language does not change the Skill Profile; it solely changes the way it is displayed. If not specified, the default language (en_uk) will be used. The en language is an alias for en_uk.

Available options:
en,
en_uk,
en_us,
de,
fr,
nl

Response

200
application/json
OK

The Skills of the Skill Cluster. This is what is returned when Skill Clusters are managed by TechWolf.

external_id
string

The unique ID in your system, consisting of alphanumeric characters, hyphens and underscores.

Required string length: 1 - 100
skills
object[]

The Skills contained in this Skill Cluster.

domain
string

The Domain this Skill Cluster belongs to.