# Get of SoftSIM Profile Task Status

## Get SoftSIM Profile Task Status

> Retrieves the current status of the profile generation task.

```json
{"openapi":"3.0.1","info":{"title":"Monogoto SoftSIM API for Nordic Devices","version":"v2.1"},"servers":[{"url":"https://api.monogoto.io/api/v1"}],"security":[{"bearerAuth":[]}],"components":{"securitySchemes":{"bearerAuth":{"type":"http","scheme":"bearer","bearerFormat":"JWT"}}},"paths":{"/softsim/nordic/task-status":{"get":{"summary":"Get SoftSIM Profile Task Status","description":"Retrieves the current status of the profile generation task.","parameters":[{"in":"query","name":"taskId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Status of profile generation task","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string"}}}}}}}}}}}
```
