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>"
]
}Get full live taxonomy inventory (skills, domains, composites, roles, rubric).
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>"
]
}Successful Response
Complete taxonomy inventory and related reference artifacts.
High-level inventory counts for taxonomy and related references.
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes