/sys/status/{token}/ts

The time when this status was created. It is a decimal Unix timestamp string.

Get /sys/status/{token}/ts

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