---
title: "GET /candidates/{candidate_pk}/skills/"
method: GET
path: "/candidates/{candidate_pk}/skills/"
tags: ["candidates"]
---

# GET /candidates/{candidate_pk}/skills/

`GET /candidates/{candidate_pk}/skills/`

Retrieve all skills associated with a candidate.

## Query parameters

- `page` integer
- `page_size` integer

## Response `200`

- object
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` object[], required
    - `id` integer
    - `skill` integer — ID of an existing skill to associate with the candidate
    - `skill_name` string — Name of an existing skill to associate with the candidate
    - `score` integer
    - `source` 'form' | 'linkedin_extension' | 'resume_sovren' | 'resume_parsy' | 'resume_mcp' | 'file_import' | 'openapi', nullable
    - `created_at` string, date-time
    - `updated_at` string, date-time

---

[API](https://skmtc.net/manatal/apis/manatal-career-page-api.md) · [All operations](https://skmtc.net/manatal/apis/manatal-career-page-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/manatal/manatal-career-page-api/revisions/59053f2da83c/schema)
