GET
/
api
/
v1
/
devices
/
{device_id}
/
actions
curl --request GET \
  --url https://cloud.bytebeam.io/api/v1/devices/{device_id}/actions \
  --header 'x-bytebeam-api-key: <api-key>' \
  --header 'x-bytebeam-tenant: <api-key>'
{
  "device_actions": [
    {
      "action_status": "<string>",
      "errors": {},
      "params": "<string>",
      "phase": 123,
      "type": "<string>",
      "user_email": "<string>",
      "action_id": 123,
      "updated_at": "2023-11-07T05:31:56Z",
      "-serial_metadata": {},
      "status": "<string>",
      "user_name": "<string>",
      "device_id": {},
      "progress": 123,
      "created_at": "2023-11-07T05:31:56Z"
    }
  ],
  "count": 123
}

Authorizations

x-bytebeam-api-key
string
header
required

API key required to authenticate requests.

x-bytebeam-tenant
string
header
required

Tenant(Project) name required to identify the project.

Path Parameters

device_id
integer
required

Query Parameters

sort_order
enum<string>
Available options:
desc,
asc
action_ids
string
incomplete
boolean
limit
integer
page
integer
action_types
string
sort_column
enum<string>
Available options:
errors,
type,
user_email,
action_id,
updated_at,
status,
user_name
creators
string

Response

200
application/json
device_actions
object[]
required
count
integer
required