Get of SoftSIM Profile Task Status

Get SoftSIM Profile Task Status

get

Retrieves the current status of the profile generation task.

Authorizations
Query parameters
taskIdstringRequired
Responses
200

Status of profile generation task

application/json
get
GET /api/v1/softsim/nordic/task-status?taskId=text HTTP/1.1
Host: api.monogoto.io
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200

Status of profile generation task

{
  "status": "text"
}

Last updated

Was this helpful?