GET
/
api
/
v1
/
actions
/
{action-id}
/
device-latencies
/
states
curl --request GET \
  --url https://cloud.bytebeam.io/api/v1/actions/{action-id}/device-latencies/states \
  --header 'x-bytebeam-api-key: <api-key>' \
  --header 'x-bytebeam-tenant: <api-key>'
[
  "<string>"
]

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

action-id
string
required

Response

200
application/json

The response is of type string[].