cURL
curl --request GET \ --url https://ageneral.ai/v1/nodes/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "userId": "<string>", "projectId": "<string>", "status": "<string>", "name": "<string>", "identifier": "<string>", "publicIp": "<string>", "directSecrets": true, "connectors": [ "<string>" ], "openclawConfig": {}, "createdAt": "<string>", "operatingSystem": "<string>" }
Session JWT or node identity token where applicable. Send as Authorization: Bearer <token>.
Authorization: Bearer <token>
Success
Node resource. Additional fields may appear beyond those listed.