---
title: "Get status of a profile generation task"
method: GET
path: "/v1/things/{iccid}/softsim/nordic/task/{task_id}"
tags: ["SoftSIM"]
---

# Get status of a profile generation task

`GET /v1/things/{iccid}/softsim/nordic/task/{task_id}`

Checks the current status of a profile generation task using the provided task ID.

## Path parameters

- `iccid` string, required
- `task_id` string, required

## Response `200`

Task status successfully retrieved

- object
  - `status` string
  - `message` string — Status returned by Nordic API

## Other responses

- `400` — Invalid or missing taskId
- `500` — Internal server error or Nordic API failure

---

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