Skip to main content
GET
Retrieves the current status and results of a background task started by endpoints like /create_desktop or /reset.

Path Parameters

string
required
Task identifier returned by the original request

Response

string
Task identifier
string
Type of task (create_desktop, reset_environment)
string
Current status (running, completed, failed)
number
Unix timestamp when task started
number
Elapsed time in seconds (if running)
number
Unix timestamp when task ended (if completed/failed)
number
Total execution time in seconds (if completed/failed)
object
Task result (if completed)
string
Error message (if failed)