---
title: "Export paginated mission assignments data"
method: GET
path: "/api/v1/data-exports/mission-assignments"
tags: ["data-export"]
---

# Export paginated mission assignments data

`GET /api/v1/data-exports/mission-assignments`

## Query parameters

- `page` number
- `limit` number

## Response `201`

- DataExportFindMissionAssignmentsResponseDTO
  - `data` object[], required
    - `assignedByUserId` string, uuid, nullable, required — The unique identifier for the user who assigned the mission, if applicable
    - `completedAt` string, date-time, nullable, required — The date and time when the mission assignment was completed, if applicable
    - `createdAt` string, date-time, required — The date and time when the mission assignment was created
    - `dueDate` string, date-time, nullable, required — The due date of the mission assignment, if applicable
    - `id` string, uuid, required — The unique identifier for the mission assignment
    - `lastUpdatedAt` string, date-time, required — The date and time when the mission assignment was last updated
    - `learnerUserId` string, uuid, required — The unique identifier for the learner user
    - `missionId` string, required — The unique identifier for the mission
    - `sprintId` string, uuid, nullable, required — The unique identifier for the sprint, if applicable
    - `startDate` string, date-time, required — The start date of the mission assignment
    - `status` 'completed' | 'open', required — The status of the mission assignment
  - `meta` object, required
    - `hasNext` boolean, required
    - `limit` number, required
    - `page` number, required
    - `total` number, required

---

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