Get action status
Retrieve the current state of any device action for polling. The action lifecycle progresses scheduled (deferred only) -> acknowledged -> completed | failed, with cancelled reachable from scheduled. The deviceType field discriminates the device family and the command/parameters shape.
Authorizations
Path Parameters
The unique identifier for the action.
"act_abc123"
Response
Action status retrieved successfully.
Always true for success responses.
Persistent state of a device action across its lifecycle. Mirrors the dispatch: command is the canonical verb, parameters the constraints, deviceType the device family (which discriminates the shape). Lifecycle states, timestamps, the result envelope, and links are universal.
- Action Response
- Action Response
- Action Response
Metadata attached to every response: the request identifier, the serving environment, the build timestamp, and the server-side latency.