---
title: "Get path by ID"
method: GET
path: "/training/paths/v1/{pathId}"
tags: ["Training"]
---

# Get path by ID

`GET /training/paths/v1/{pathId}`

Retrieves details for a specific learning path.

## Path parameters

- `pathId` string, required

## Response `200`

A successful response.

- S12TrainingPathsV1GetPathByIdResponse
  - `path` S12TrainingPathsV1Path
    - `id` string — ID of the path
    - `title` string — Title of the path
    - `isPublished` boolean — Publication status of the path
    - `pathType` string — Type of path (Free, Sequential)
    - `userGroups` string[] — Group IDs assigned to path

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/safetyculture/apis/safetyculture-api.md) · [All operations](https://skmtc.net/safetyculture/apis/safetyculture-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/safetyculture/safetyculture-api/revisions/5be91df61ded/schema)
