Skip to main content
GET
curl

Authorizations

x-api-key
string
header
required

Path Parameters

actionId
string
required

The unique identifier for the action.

Example:

"act_abc123"

Response

Action status retrieved successfully.

success
boolean
required

Always true for success responses.

data
Action Response · object
required

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.

meta
Response Meta · object
required

Metadata attached to every response: the request identifier, the serving environment, the build timestamp, and the server-side latency.