curl --request GET \
  --url https://{tenant_name}.{region}.techwolf.ai/job_architecture/jobs/{job_external_id}/market_skill_profiles \
  --header 'Authorization: Bearer <token>'
[
  {
    "external_id": "09de5e58-5161-4ad1-a256-6d01a025914b",
    "peer_groups": [
      {
        "peer_group": "Athletic Sportswear Manufacturing",
        "skills": [
          {
            "skill": "Product Design",
            "skill_id": "6d41b6d7-1c09-4f8a-a9c0-361b4c7a92f5",
            "domain_name": "Product Development"
          },
          {
            "skill": "Materials Science",
            "skill_id": "9eb6aebf-936d-4814-9c6f-8754becc2f53",
            "domain_name": "Science"
          },
          {
            "skill": "Supply Chain Operations",
            "skill_id": "7cfe0001-5a22-49dc-9148-077b546de5cd",
            "domain_name": "Supply Chain"
          }
        ]
      },
      {
        "peer_group": "Sport Watches Production",
        "skills": [
          {
            "skill": "Embedded Systems",
            "skill_id": "0af7ceb8-26fe-4210-a5c4-3c1b69721403",
            "domain_name": "Information Technology"
          },
          {
            "skill": "UX Design",
            "skill_id": "98fc5005-abf9-41f5-b156-742654b7eacd",
            "domain_name": "Information Technology"
          },
          {
            "skill": "Algorithm Development",
            "skill_id": "e273a7bd-1ee2-4911-979c-33423dc1ac08",
            "domain_name": "Information Technology"
          }
        ]
      }
    ]
  }
]

Authorizations

Authorization
string
header
required

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

Path Parameters

job_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

Defines the format of the returned Skill Profile.

Available options:
list,
hierarchy

Response

200
application/json
OK

A list of external market Skill Profiles for the Job, one per peer group.

external_id
string
required

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

Required string length: 1 - 100
peer_groups
object[]

The Peer Groups for which the external market Skill Profiles are provided.