---
title: "Get learner training campaigns"
method: GET
path: "/v1/learner-training-campaigns"
tags: ["Learner Training Campaigns"]
---

# Get learner training campaigns

`GET /v1/learner-training-campaigns`

Get many learner training campaigns. Only learner training campaigns for `ACTIVE` training campaigns are included in the response.

The query parameter filters are applied as `AND` conditions across different filters. 
If multiple filters are used, the response will include only the learner training campaigns that satisfy all the filters.

Within a single filter, multiple values are applied as `OR` conditions.

## Query parameters

- `id` string[]
- `learnerId` string[]
- `trainingCampaignId` string[]
- `learnerStatus` string[]
- `enrollmentStatus` string[]
- `completionStatus` string[]
- `limit` integer
- `cursor` string

## Response `200`

Success

- object
  - `limit` integer
  - `hasMore` boolean
  - `data` 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

---

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