---
title: "List Investigation Courses"
method: GET
path: "/incidents/v1/investigations/{investigation_id}/courses"
tags: ["Investigations"]
---

# List Investigation Courses

`GET /incidents/v1/investigations/{investigation_id}/courses`

## Path parameters

- `investigation_id` string, required

## Query parameters

- `sequence_id` string
- `page_size` integer, required
- `page_token` string

## Response `200`

A successful response.

- S12IncidentsV1ListInvestigationCoursesResponse
  - `courses` S12IncidentsV1InvestigationCourse[] — the list of linked training courses
    - `linked_at` string, date-time — The time that the course was linked at
    - `course` S12IncidentsV1CourseItem
      - `course_id` string — The ID of the course
      - `title` string — The title of the course
      - `description` string — A short description of the course
      - `duration` string — The estimated duration of the course (e.g. "30 min")
      - `thumbnail_url` string — URL to the course thumbnail image
    - `is_unavailable` boolean — Flag to indicate that the linked course has been deleted or is no longer available
  - `next_page_token` string — A token which can be used to fetch further results

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