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
}
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
}
API key required to authenticate requests.
Tenant(Project) name required to identify the project.
desc
, asc
errors
, type
, user_email
, action_id
, updated_at
, status
, user_name
The response is of type object
.