Skip to main content
POST
/
api
/
monitors
/
predictions
/
v1
/
entity-metrics:batchLatest
BatchGetLatestEntityMetrics
curl --request POST \
  --url https://developer.synq.io/api/monitors/predictions/v1/entity-metrics:batchLatest \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "synqPaths": [
    "<string>"
  ]
}
'
{
  "latestBySynqPath": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
synqPaths
string[]

Entity synq_paths to look up. Duplicates are allowed and de-duplicated server-side.

Response

200 - application/json

Success

latestBySynqPath
object

Latest observed data point keyed by the requested synq_path. Entities with no recent sample are omitted — callers should treat a missing key as "no metrics available".