---
title: "Get a realized-training (v2)"
method: GET
path: "/talent-training/api/v2/realized-trainings/{id}"
tags: ["Trainings"]
---

# Get a realized-training (v2)

`GET /talent-training/api/v2/realized-trainings/{id}`

Retrieve a single realized-training by its id.

## Response `200`

Ok

- V2RealizedTraining — A realized-training represents a completed training process for a given employee.
  - `id` unknown
  - `ownerId` integer, required — ID of the employee who realized said training.
  - `training` object
    - `id` integer
    - `title` string
    - `categoryId` integer
    - `providerUrl` string, uri
    - `level` 'Beginner' | 'Middle' | 'Expert'
  - `trainingDemandId` integer — Reference of the training-demand that led to the registration to this training session.
  - `sessionId` integer — Reference of the training session the employee was registered on.
  - `sessionStartsOn` string, date, required — Date of the first day of the training session.
  - `sessionEndsOn` string, date, required — Date of the last day (included) of the training session.
  - `hasAttended` boolean — Whether the employee actually attended the training or not. You may not create a new realized-training with `hasAttended: false`, but you may retrieve existing ones in a GET request.
  - `durationInHours` number, required — Duration of the training in hours (e.g. "2.5" means two and a half hours).

---

[API](https://skmtc.net/luccasoftware/apis/lucca-expenses.md) · [All operations](https://skmtc.net/luccasoftware/apis/lucca-expenses/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/luccasoftware/lucca-expenses/revisions/110f9897756c/schema)
