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": {},
"phase": 123,
"action_id": 123,
"updated_at": "2023-11-07T05:31:56Z",
"status": "<string>",
"device_id": {},
"progress": 123,
"params": "<string>",
"type": "<string>",
"user_email": "<string>",
"-serial_metadata": {},
"user_name": "<string>",
"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": {},
"phase": 123,
"action_id": 123,
"updated_at": "2023-11-07T05:31:56Z",
"status": "<string>",
"device_id": {},
"progress": 123,
"params": "<string>",
"type": "<string>",
"user_email": "<string>",
"-serial_metadata": {},
"user_name": "<string>",
"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 Show child attributes