---
title: "Reads a single Session"
method: GET
path: "/api/2026-07-01/resources/trainings/sessions/{id}"
tags: ["Trainings > Session"]
---

# Reads a single Session

`GET /api/2026-07-01/resources/trainings/sessions/{id}`

Reads a single Session

## Path parameters

- `id` string, required

## Response `200`

OK

- TrainingsSession
  - `id` string, required — id of the session
  - `name` string, required
  - `training_id` string, required — Identifier of the course
  - `description` string — Session description
  - `training_class_id` string — Identifier of the group
  - `starts_at` string — Date when the session should start
  - `ends_at` string — Date when the session should end
  - `due_date` string — Date when the session should end
  - `duration` string — The duration in hours and minutes of the session
  - `modality` 'online' | 'inperson' | 'mixed' — The mode the session will be handled, online, in person or hybrid.
  - `schedule` 'scheduled' | 'selfpaced' — Session schedule information (scheduled, self-paced)
  - `link` string — The link to see material from the session
  - `location` string — The place where the session takes place
  - `session_attendance_ids` string[]
  - `session_feedback_id` string
  - `subsidized` boolean, required — if the session is subsidized
  - `status` string — Status of the session
  - `parent_id` string — Id of the recurrent session that is parent of the current one

---

[API](https://skmtc.dev/factorialhr/apis/factorial-api.md) · [All operations](https://skmtc.dev/factorialhr/apis/factorial-api/llms.txt) · [OpenAPI document](https://skmtc.dev/factorialhr/apis/factorial-api/revisions/1a6bffb20f7d?raw)
