---
title: "List candidate experiences"
method: GET
path: "/recruitment/candidates/{candidate_id}/experiences"
tags: ["Candidates"]
---

# List candidate experiences

`GET /recruitment/candidates/{candidate_id}/experiences`

## Response `200`

OK

- object
  - `data` CandidateExperience[]
    - `id` integer, required
    - `title` string, required
    - `company` string, required
    - `starts_on` string, required
    - `ends_on` string
    - `location` string
    - `description` string

---

[API](https://skmtc.net/peopleforce/apis/company-api.md) · [All operations](https://skmtc.net/peopleforce/apis/company-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/peopleforce/company-api/revisions/ff612e61a4c3/schema)
