---
title: "Get Training Registar By Id"
method: GET
path: "/training/training-id/{id}"
tags: ["Training"]
---

# Get Training Registar By Id

`GET /training/training-id/{id}`

## Path parameters

- `id` integer, required

## Response `200`

Success

## Other responses

- `401` — Unauthorized
- `500` — Internal server error

## Changes

- **2026-04-05** `c419b1e72a65` — 1 breaking, 6 info
  - removed the media type `application/json` for the response with the status `200`
  - api operation id `getTrainingRegistarById` was added
  - the endpoint scheme security `bearerAuth` was added to the API
  - the endpoint scheme security `JWTAuth` was removed from the API
  - …3 more
- **2025-09-12** `854e256fb672` — 1 info
  - endpoint added
- **2025-09-11** `cfa9ae933c17` — 1 breaking
  - api path removed without deprecation
- **2025-07-10** `37ab79ef8ad6` — 1 breaking, 3 info
  - added the new path request parameter `id`
  - added the non-success response with the status `404`
  - added the non-success response with the status `500`
  - added the success response with the status `200`
- **2025-07-10** `b17c66b4eccf` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/verifywise-ai/apis/verifywise-api/changes/training/training-id/:id/get.md)

---

[API](https://skmtc.dev/verifywise-ai/apis/verifywise-api.md) · [All operations](https://skmtc.dev/verifywise-ai/apis/verifywise-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/verifywise-ai/verifywise-api/revisions/d86d0bf8bebe/schema)
