---
title: "Fetch Skills from Skill ID List"
method: POST
path: "/curricular-skills/skills"
tags: ["Skills"]
---

# Fetch Skills from Skill ID List

`POST /curricular-skills/skills`

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

## Request body

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

## Response `200`

OK

- GetSkillsByIdsResponse
  - `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/versions/fc66b9877391/schema)
