GET
/
v2
/
automation
/
devices
/
{device_id}
/
windows
/
run-scripts
List Windows run script queue
curl --request GET \
  --url https://coreapi-dev.us.bcpapers.ca/v2/automation/devices/{device_id}/windows/run-scripts \
  --header 'Authorization: <api-key>'
{
  "scripts": [
    {
      "command": "<string>",
      "created_at": "<string>",
      "script_id": "<string>",
      "timeout_seconds": 123
    }
  ]
}

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

Response

OK

scripts
object[]