curl --request GET \
--url https://api.example.com/api/career/patterns{
"avg_fit_pct": 50,
"nearest": [
{
"covered_concepts": [
"<string>"
],
"covered_tools": [
"<string>"
],
"description": "<string>",
"evidence": [
{
"implementation_depth": "<string>",
"organization": "<string>",
"outcome_signals": [
"<string>"
]
}
],
"missing_optional": [
"<string>"
],
"missing_required": [
"<string>"
],
"name": "<string>",
"optional_covered": 1,
"optional_total": 1,
"pattern_id": "<string>",
"primary_domain": "<string>",
"proof_project": {
"complexity": "<string>",
"deliverables": [
"<string>"
],
"estimated_hours": 2,
"problem_framing": "<string>",
"suggested_tools": [
"<string>"
],
"title": "<string>"
},
"required_covered": 1,
"required_total": 1,
"score_pct": 50,
"tags": [
"<string>"
]
}
],
"patterns": [
{
"covered_concepts": [
"<string>"
],
"covered_tools": [
"<string>"
],
"description": "<string>",
"evidence": [
{
"implementation_depth": "<string>",
"organization": "<string>",
"outcome_signals": [
"<string>"
]
}
],
"missing_optional": [
"<string>"
],
"missing_required": [
"<string>"
],
"name": "<string>",
"optional_covered": 1,
"optional_total": 1,
"pattern_id": "<string>",
"primary_domain": "<string>",
"proof_project": {
"complexity": "<string>",
"deliverables": [
"<string>"
],
"estimated_hours": 2,
"problem_framing": "<string>",
"suggested_tools": [
"<string>"
],
"title": "<string>"
},
"required_covered": 1,
"required_total": 1,
"score_pct": 50,
"tags": [
"<string>"
]
}
],
"total_count": 1
}Get enterprise pattern fit scores against user skill profile.
curl --request GET \
--url https://api.example.com/api/career/patterns{
"avg_fit_pct": 50,
"nearest": [
{
"covered_concepts": [
"<string>"
],
"covered_tools": [
"<string>"
],
"description": "<string>",
"evidence": [
{
"implementation_depth": "<string>",
"organization": "<string>",
"outcome_signals": [
"<string>"
]
}
],
"missing_optional": [
"<string>"
],
"missing_required": [
"<string>"
],
"name": "<string>",
"optional_covered": 1,
"optional_total": 1,
"pattern_id": "<string>",
"primary_domain": "<string>",
"proof_project": {
"complexity": "<string>",
"deliverables": [
"<string>"
],
"estimated_hours": 2,
"problem_framing": "<string>",
"suggested_tools": [
"<string>"
],
"title": "<string>"
},
"required_covered": 1,
"required_total": 1,
"score_pct": 50,
"tags": [
"<string>"
]
}
],
"patterns": [
{
"covered_concepts": [
"<string>"
],
"covered_tools": [
"<string>"
],
"description": "<string>",
"evidence": [
{
"implementation_depth": "<string>",
"organization": "<string>",
"outcome_signals": [
"<string>"
]
}
],
"missing_optional": [
"<string>"
],
"missing_required": [
"<string>"
],
"name": "<string>",
"optional_covered": 1,
"optional_total": 1,
"pattern_id": "<string>",
"primary_domain": "<string>",
"proof_project": {
"complexity": "<string>",
"deliverables": [
"<string>"
],
"estimated_hours": 2,
"problem_framing": "<string>",
"suggested_tools": [
"<string>"
],
"title": "<string>"
},
"required_covered": 1,
"required_total": 1,
"score_pct": 50,
"tags": [
"<string>"
]
}
],
"total_count": 1
}Successful Response