Skip to main content
GET
/
api
/
career
/
goal
Career Goal Get
curl --request GET \
  --url https://api.example.com/api/career/goal
{
  "available_roles": [
    "<string>"
  ],
  "goal": {
    "target_level": "junior",
    "target_role_slug": "<string>",
    "updated_at": "<string>"
  },
  "is_explicit": true
}

Response

200 - application/json

Successful Response

Career goal with auto-detection flag and available roles for UI.

available_roles
string[]
required
goal
UserCareerGoal · object
required

User's explicit career target role and level.

is_explicit
boolean
required