Sensorium
API key issued via POST /v1/{workspace_id}/api-keys. Pass the returned api_key value as a Bearer token.
Successful Response
Server clock at query time (UTC).
ready = Lakebase projection returned rows; empty = no summary rows; unavailable = read failed.
Most recent platform.connector_health_summary synced_at value in this response.
GET /v1/{workspace_id}/sensorium/connector-health HTTP/1.1
Host: api.platform.amigo.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
Successful Response
{
"sources": [
{
"source": "text",
"events_per_minute": 1,
"events_last_hour": 1,
"events_last_24h": 1,
"last_ingested_at": "2026-01-01T00:00:00.000Z",
"freshness": "fresh"
}
],
"as_of": "2026-01-01T00:00:00.000Z",
"read_model_status": "ready",
"read_model_synced_at": "2026-01-01T00:00:00.000Z"
}API key issued via POST /v1/{workspace_id}/api-keys. Pass the returned api_key value as a Bearer token.
Window size in hours (1-168).
24Successful Response
Server clock at query time (UTC).
Total pairs across the window.
Median latency across the whole window; null if no pairs.
True when the underlying query hit the row cap; p50 is computed over the truncated sample.
falseValidation Error
GET /v1/{workspace_id}/sensorium/loop-latency HTTP/1.1
Host: api.platform.amigo.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"as_of": "2026-01-01T00:00:00.000Z",
"window_hours": 1,
"overall_count": 1,
"overall_p50_seconds": 1,
"sparkline": [
{
"hour": "2026-01-01T00:00:00.000Z",
"count": 1,
"p50_seconds": 1
}
],
"truncated": false
}Last updated
Was this helpful?

