curl --request GET https://api.airbotics.io/robots/robot0 \
--header 'content-type: application/json' \
--header 'air-api-key: <token>'
{
    "id": "robot0",
    "name": "gallant_elbakyan_33",
    "provisioned": true,
    "token_hint": "art_c29**************************4a7",
    "agent_version": "2023-07-18",
    "online": false,
    "online_updated_at": "2023-07-21T13:27:05.636Z",
    "created_at": "2023-07-17T13:27:05.636Z",
    "vitals": {
        "cpu": 34,
        "battery": 95,
        "ram": 85,
        "disk": 21,
    }
}

Path parameters

id
string
required

The ID of the robot.