---
title: "Get paths"
method: GET
path: "/training/paths/v1"
tags: ["Training"]
---

# Get paths

`GET /training/paths/v1`

Retrieves a list of learning paths in your organization.

## Query parameters

- `pageSize` integer
- `page` integer

## Response `200`

A successful response.

- S12TrainingPathsV1GetPathsResponse
  - `totalCount` integer — The total number of paths matching the request
  - `items` S12TrainingPathsV1PathSummary[] — List of paths
    - `id` string — ID of the path
    - `title` string — Title of the path
    - `isPublished` boolean — Flag indicating of the path is published

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