---
title: "Find Related Skills"
method: POST
path: "/curricular-skills/related"
tags: ["Related Skills"]
---

# Find Related Skills

`POST /curricular-skills/related`

Returns an array of skills related to the skill ids in the given post body. Each skill includes its ID, name, and skill type (hard or soft).

## Request body

- GetRelatedSkillsRequest
  - `data` object, required
    - `type` string, required
    - `attributes` object, required
      - `skillIds` string[], required

## Response `200`

OK

- GetRelatedSkillsResponse
  - `data` object[], required
    - `id` string, required
    - `name` string, required
    - `infoUrl` string, required
    - `type` string, required

## Other responses

- `400` — bad request
- `403` — You don't have access to traveltime data.

---

[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/revisions/fc66b9877391/schema)
