---
title: "Get a learner training campaign by id"
method: GET
path: "/v1/learner-training-campaigns/{id}"
tags: ["Learner Training Campaigns"]
---

# Get a learner training campaign by id

`GET /v1/learner-training-campaigns/{id}`

Get a learner training campaign.

## Path parameters

- `id` string, required — The unique identifier of a learner training campaign.

## Response `200`

Success

- object
  - `id` string, required — The unique identifier of a learner training campaign.
  - `trainingCampaignId` string, required — The unique identifier of a training campaign.
  - `learnerId` string, required — The unique identifier of a learner.
  - `enrollmentStatus` 'UPCOMING' | 'ACTIVE', required — The status of the learner's enrollment in the training campaign. `UPCOMING` occurs when the learner has no assigned or completed training yet, either because they were enrolled during a deferral period or all training was manually removed.
  - `completionStatus` 'COMPLETED' | 'WITHIN_DEADLINE' | 'INCOMPLETE' — The completion status of the learner training campaign. If the enrollment status is `UPCOMING`, there will not be a completion status.
  - `nextTrainingAt` string, date-time — The date and time when the next training session is scheduled to start.
  - `deadline` string, date-time — The deadline for the learner to complete the training campaign. In the case of multiple assignments, this is the oldest incomplete assignment deadline.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/goethena/apis/ethena-api.md) · [All operations](https://skmtc.net/goethena/apis/ethena-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/goethena/ethena-api/revisions/cac8702ed2aa/schema)
