v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14138349.9 KB

Checks the status of a remote task running on one or more target devices.

post/task/{taskId}/execution/{managedDeviceId}

Path parameters

managedDeviceIdstring required

The ID of the managed device.

taskIdstring required

The ID of the task that the action is describing.

Response

Success

executionIdstring

The ID of the execution.

lastUpdatedAtstring date-time

When the status of the execution was last updated.

managedDeviceIdstring

The ID of the managed device that the task is being executed on.

startedAtstring date-time

When the execution began.

state'QUEUED' | 'IN_PROGRESS' | 'CANCELED' | 'FAILED' | 'SUCCEEDED' | 'REJECTED' | 'TIMED_OUT'

The current state of the execution.

taskIdstring

The ID of the task being executed on the device.