/sys/status/{token}/progress

A progress indicator that reports the portion of the operation (or action) that has been completed so far. The value is in the range from 0 to 1, where 0 means that the operation has just started and 1 means the operation is 100% complete.

Get /sys/status/{token}/progress

SecurityApiKey
Request
path Parameters
token
required
string

The token returned when a long-running operation was started.

Responses
200

Normal response.

401

Unauthorized response.

get/sys/status/{token}/progress
Request samples
Response samples
application/json
{
  • "result": 0.31415,
  • "error": "Error message (present if an error occurred)."
}