---
title: "Get All Skills"
method: GET
path: "/curricular-skills/skills"
tags: ["Skills"]
---

# Get All Skills

`GET /curricular-skills/skills`

Returns an array of every skill in the Lightcast skills taxonomy. Each skill includes its ID, name, and skill type (hard or soft).

## Response `200`

OK

- GetAllSkillsResponse
  - `data` object[]
    - `id` string, required
    - `name` 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)
