Skip to main content
GET
/
api
/
career
/
patterns
Career Patterns
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
}

Response

200 - application/json

Successful Response

Full enterprise pattern fit analysis.

avg_fit_pct
number
required
Required range: 0 <= x <= 100
nearest
PatternFit · object[]
required
patterns
PatternFit · object[]
required
total_count
integer
required
Required range: x >= 0