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>"
]
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>"
]
API key required to authenticate requests.
Tenant(Project) name required to identify the project.
The response is of type string[]
.