---
title: "List work experiences"
method: GET
path: "/members/{memberId}/work-experiences"
tags: ["Work Experiences"]
---

# List work experiences

`GET /members/{memberId}/work-experiences`

Retrieve all work experiences for a member.

## Path parameters

- `memberId` string, uuid, required

## Response `200`

Work experiences retrieved successfully.

- object
  - `memberId` string, uuid, required
  - `workExperiences` WorkExperience[], required
    - `id` string, uuid, required
    - `organizationId` string, uuid, required
    - `organizationName` string, nullable, required — Display name of the organization.
    - `organizationLogo` string, nullable — URL of the organization logo.
    - `organizationDomains` string[], required — Verified primary domains for the organization, in alphabetical order.
    - `jobTitle` string, nullable, required
    - `verified` boolean, required
    - `verifiedBy` string, nullable, required
    - `source` string, nullable, required — Source system that created this work experience.
    - `startDate` string, date-time, nullable, required
    - `endDate` string, date-time, nullable, required — End date, or null if currently active.
    - `createdAt` string, date-time, nullable, required
    - `updatedAt` string, date-time, nullable, required

## Other responses

- `401` — Missing or invalid authentication credentials.
- `403` — Authentication valid but insufficient scopes.
- `404` — No member found with the given ID.

## Changes

> 10 revisions in range; 1 could not be searched.

- **2026-07-08** `bca76fd64a6f` — 1 info
  - added the required property `workExperiences/items/organizationDomains` to the response with the `200` status
- **2026-04-08** `4bd1bf1b8718` — 1 breaking
  - removed the required property `workExperiences/items/organizationDomains` from the response with the `200` status

[Change history](https://skmtc.dev/linuxfoundation/apis/cdp-public-api/changes/members/:memberId/work-experiences/get.md)

---

[API](https://skmtc.dev/linuxfoundation/apis/cdp-public-api.md) · [All operations](https://skmtc.dev/linuxfoundation/apis/cdp-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/linuxfoundation/cdp-public-api/revisions/08aceca4f417/schema)
