cURL
curl --request GET \ --url https://argus.hoplynk.com/api/kits/{kit_id}/assets/{asset_id}
Return a single asset by ID.
Documentation IndexFetch the complete documentation index at: https://docs.hoplynk.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.hoplynk.com/llms.txt
Use this file to discover all available pages before exploring further.
asset = client.get_asset(kit_id, asset_id) print(asset["name"], asset["status"])
{ "id": "cf210dda-fad8-4e69-ac9c-fe88f42f06a7", "name": "MAVLink Vehicle", "type": "drone", "vendor": null, "model": null, "protocol": "mavlink", "status": "online", "last_seen_at": "2026-05-15T19:27:03Z", "lat": 31.111, "lon": -93.273, "alt_m": 120.5 }