---
title: "Get a Single Pathway"
method: GET
path: "/pathways/{pathwayId}"
---

# Get a Single Pathway

`GET /pathways/{pathwayId}`

## Response `200`

- SinglePathwayResponse — Single Pathway API schema for a response.
  - `data` object, required
    - `attributes` object, required
      - `description` string, required
      - `name` string, required
      - `onets` unknown[], required
        - unknown
    - `id` string, required
    - `type` string, required

## Other responses

- `404`

---

[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)
