Response from GET /radars/{id}/targets.
{ "radarId": "radar-0", "timestamp": "2025-01-15T10:30:00Z", "targets": [ { "id": 1, "status": "tracking", ... }, { "id": 2, "status": "lost", ... } ]} Copy
{ "radarId": "radar-0", "timestamp": "2025-01-15T10:30:00Z", "targets": [ { "id": 1, "status": "tracking", ... }, { "id": 2, "status": "lost", ... } ]}
Radar ID
List of tracked targets
ISO 8601 timestamp
Response from GET /radars/{id}/targets.
Example