---
title: "Get next missions allocated to a user"
method: GET
path: "/api/v1/next-missions/{userId}"
tags: ["content-allocation"]
---

# Get next missions allocated to a user

`GET /api/v1/next-missions/{userId}`

## Path parameters

- `userId` string, uuid, required

## Response `201`

- object[]
  - `completed` boolean, required
  - `dueDate` string, date-time
  - `missionReferenceId` string, 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)
