/sys/status/{token}/done

This is true if the operation has completed or false if it is still in progress.

Get /sys/status/{token}/done

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}/done
Request samples
Response samples
application/json
{
  • "result": true,
  • "error": "Error message (present if an error occurred)."
}