---
title: "Download HEX profile using task ID"
method: GET
path: "/v1/things/{iccid}/softsim/nordic/download/{task_id}"
tags: ["SoftSIM"]
---

# Download HEX profile using task ID

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

Downloads a profile file associated with a valid task ID, intended for flashing to a Nordic device. The file should be saved with a .hex extension accordingly. (Highlight .hex).

## Path parameters

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

## Response `200`

The requested HEX file

- union
  - object — When task is still running
    - `status` string
    - `message` string
  - string — Raw HEX file content

## Other responses

- `400` — Invalid or missing taskId
- `500` — Internal server error or download 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)
