Get of SoftSIM Profile Task Status

Get SoftSIM Profile Task Status

get

Retrieves the current status of the profile generation task.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
taskIdstringRequired
Responses
200

Status of profile generation task

application/json
get
/softsim/nordic/task-status
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?