Skip to main content
GET
/
api
/
career
/
taxonomy
Career Taxonomy
curl --request GET \
  --url https://api.example.com/api/career/taxonomy
{
  "domains": [
    {
      "domain_skills": [
        "<string>"
      ],
      "domain_slug": "<string>",
      "domain_title": "<string>",
      "fit_pct": 50,
      "next_skills": [
        "<string>"
      ],
      "projects": [
        {
          "id": "<string>",
          "status": "<string>",
          "title": "<string>"
        }
      ],
      "tool_skills": [
        "<string>"
      ]
    }
  ]
}

Response

200 - application/json

Successful Response

Taxonomy/ontology view: domain skills, tool skills, and project links.

domains
CareerTaxonomyDomain · object[]
required