Skip to main content
GET
/
api
/
career
/
taxonomy
/
inventory
Career Taxonomy Inventory
curl --request GET \
  --url https://api.example.com/api/career/taxonomy/inventory
{
  "counts": {
    "composites_total": 1,
    "domains_total": 1,
    "expert_profiles_total": 1,
    "meta_dimensions_total": 1,
    "roles_total": 1,
    "rubric_pillars_total": 1,
    "skills_total": 1,
    "unassigned_skills_total": 1
  },
  "composites": [
    {
      "activation_threshold": 0.5,
      "dimension": "bottleneck_intuition",
      "slug": "<string>",
      "title": "<string>",
      "required_skills": [
        "<string>"
      ],
      "supporting_skills": [
        "<string>"
      ]
    }
  ],
  "domains": [
    {
      "description": "<string>",
      "slug": "<string>",
      "title": "<string>",
      "keywords": [
        "<string>"
      ],
      "skills": [
        "<string>"
      ]
    }
  ],
  "expert_profiles": [
    {
      "profile_id": "<string>",
      "skill_weights": {}
    }
  ],
  "meta_dimensions": [
    {
      "id": "bottleneck_intuition",
      "title": "<string>",
      "composite_slugs": [
        "<string>"
      ]
    }
  ],
  "roles": [
    {
      "description": "<string>",
      "slug": "<string>",
      "title": "<string>",
      "levels": [
        {
          "level": "junior",
          "preferred": [
            "<string>"
          ],
          "required": [
            "<string>"
          ]
        }
      ]
    }
  ],
  "rubric_pillars": [
    {
      "description": "<string>",
      "id": "<string>",
      "priority_weight": 2,
      "title": "<string>",
      "skill_signals": [
        "<string>"
      ]
    }
  ],
  "skills": [
    {
      "canonical": "<string>",
      "category": "<string>",
      "aliases": [
        "<string>"
      ]
    }
  ],
  "unassigned_skills": [
    "<string>"
  ]
}

Response

200 - application/json

Successful Response

Complete taxonomy inventory and related reference artifacts.

counts
CareerTaxonomyInventoryCounts · object
required

High-level inventory counts for taxonomy and related references.

composites
CareerTaxonomyInventoryComposite · object[]
domains
CareerTaxonomyInventoryDomain · object[]
expert_profiles
CareerTaxonomyInventoryExpertProfile · object[]
meta_dimensions
CareerTaxonomyInventoryMetaDimension · object[]
roles
CareerTaxonomyInventoryRole · object[]
rubric_pillars
CareerTaxonomyInventoryRubricPillar · object[]
skills
CareerTaxonomyInventorySkill · object[]
unassigned_skills
string[]