---
title: "Get a Single Profile"
method: GET
path: "/profiles/{profileId}"
tags: ["Profiles"]
---

# Get a Single Profile

`GET /profiles/{profileId}`

Retrieve a single profile matching the given profile ID

## Path parameters

- `profileId` string, required

## Response `200`

OK

- ProfileResponse
  - `data` object, required
    - `id` string, nullable, required
    - `last_updated` string, date, nullable, required
    - `isced_max` union, required
      - string
      - integer
    - `isced_max_name` string, nullable, required
    - `acquired_timestamp` string, date, nullable, required
    - `profile_tags` string[], nullable, required
    - `profile_last_seen_date` string, date, nullable, required
    - `summary` string, nullable, required
    - `debug_names` string[]
    - `debug_urls` string[]
    - `language` string, nullable
    - `naics6` string, nullable, required
    - `naics6_name` string, nullable, required
    - `laa_country` string, nullable, required
    - `laa_country_name` string, nullable, required
    - `laa_admin_area_1` string, nullable, required
    - `laa_admin_area_1_name` string, nullable, required
    - `laa_admin_area_2` string, nullable, required
    - `laa_admin_area_2_name` string, nullable, required
    - `laa_metro` string, nullable, required
    - `laa_metro_name` string, nullable, required
    - `city` string, nullable, required
    - `city_name` string, nullable, required
    - `onet` string, nullable, required
    - `onet_name` string, nullable, required
    - `title` string, nullable, required
    - `title_name` string, nullable, required
    - `title_raw` string, nullable, required
    - `company` string, nullable, required
    - `company_name` string, nullable, required
    - `company_v2` string, nullable, required
    - `company_name_v2` string, nullable, required
    - `lot_occupation` string, nullable, required
    - `lot_occupation_name` string, nullable, required
    - `lot_occupation_group` string, nullable, required
    - `lot_occupation_group_name` string, nullable, required
    - `lot_specialized_occupation` string, nullable, required
    - `lot_specialized_occupation_name` string, nullable, required
    - `lot_career_area` string, nullable, required
    - `lot_career_area_name` string, nullable, required
    - `skills` string[]
    - `skills_name` string[], required
    - `educations` object[], required
      - `field_raw` string, nullable, required
      - `grad_year` union, required
        - string
        - integer
      - `isced` union, required
        - string
        - integer
      - `isced_name` string, nullable, required
      - `level_name` string, nullable, required
      - `level_raw` string, nullable, required
      - `school_id` string, nullable, required
      - `school_name` string, nullable, required
      - `school_raw` string, nullable, required
    - `personal_info` object, required
      - `name` string, nullable, required
      - `first_name` string, nullable, required
      - `last_name` string, nullable, required
      - `job_description` string, nullable, required
      - `title_raw` string, nullable, required
      - `phones` object[], nullable, required
      - `names` string[], nullable, required
      - `profile_urls` string[], nullable, required
      - `emails` object[], nullable, required
      - `employment_history` object[], required
        - `company_name_raw` string, nullable, required
        - `description` string, nullable, required
        - `job_end_ym` string, nullable, required
        - `job_start_ym` string, nullable, required
        - `raw_location` string, nullable, required
        - `title_raw` string, nullable, required
    - `skill_categories` string[]
    - `skill_categories_name` string[]
    - `skill_subcategories` string[]
    - `skill_subcategories_name` string[]

## Other responses

- `404` — Profile not found
- `500` — The service is not healthy (e.g. can't connect to datastore).

---

[API](https://skmtc.net/lightcast/apis/alumni-pathways-2-0.md) · [All operations](https://skmtc.net/lightcast/apis/alumni-pathways-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightcast/alumni-pathways-2-0/versions/fc66b9877391/schema)
