Skip to main content
GET
/
core
/
agent
/
state
Get agent state
curl --request GET \
  --url https://acusight.io/api/core/agent/state \
  --header 'X-Device-Key: <api-key>'
{
  "download_url": "<string>",
  "model_id": "<string>",
  "model_name": "<string>",
  "version": "<string>"
}

Authorizations

X-Device-Key
string
header
required

Device API key for edge agent authentication. Format: adk_

Query Parameters

device_id
string
required

Device identifier

Response

Current model state for the device

download_url
string
model_id
string
model_name
string
version
string