GET
/
v2
/
automation
/
devices
/
{device_id}
/
actions
/
{action_id}
Get ad-hoc action result
curl --request GET \
  --url https://coreapi-dev.us.bcpapers.ca/v2/automation/devices/{device_id}/actions/{action_id} \
  --header 'Authorization: <api-key>'
{
  "action_id": "<string>",
  "item_type": "<string>",
  "result": [
    123
  ],
  "result_url": "<string>",
  "state": "<string>",
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

Paste the JWT token only (no "Bearer " prefix needed — the UI adds it automatically).

Path Parameters

device_id
string
required

Device UUID

action_id
string
required

Action UUID

Response

OK

action_id
string
item_type
string
result
integer[]
result_url
string
state
string
status
string