# Retrieve detailed configuration and status information for a specific node Get a node (appliance or agent) --- Requires nodes::read permission. Endpoint: GET /node/{nodeID} Version: 1.0.0 Security: JWTAuthorizer ## Path parameters: - `nodeID` (string, required) Node ID ## Response 200 fields (application/json): - `cluster` (string) Cluster FQDN Example: "mycluster.trustgrid.io" - `config` (object) Node config - `name` (string) Node name Example: "mynode" - `online` (boolean) True when the node is connected to the control plane - `shadow` (object) Node shadow - `state` (string) Node state Enum: "ACTIVE", "INACTIVE" - `tags` (object) Node tags - `type` (string) Device type Enum: "Agent", "Appliance" - `uid` (string) Node ID Example: "19084f81-5668-41ee-adbe-295e4c65531a" ## Response 404 fields