---
title: "List realized-trainings (v2)"
method: GET
path: "/talent-training/api/v2/realized-trainings"
tags: ["Realized-trainings"]
---

# List realized-trainings (v2)

`GET /talent-training/api/v2/realized-trainings`

Retrieve a paginated list of realized trainings. It includes all realized trainings that have been manually imported via CSV file, imported through the process in Lucca Training, or created via the API.

## Query parameters

- `ownerIds` integer[]
- `hasAttended` boolean
- `sessionEndOnBefore` string, date
- `sessionEndOnAfter` string, date
- `trainingId` integer[]
- `fields.root` 'count'
- `page` integer
- `limit` integer

## Response `200`

OK

- object
  - `items` V2RealizedTraining[]
    - `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).
  - `prev` string, nullable
  - `next` string, nullable
  - `count` integer, nullable

---

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