v33

latestOpenAPI 3.1.0Proprietaryraw.githubusercontent.com2026-05-28103497709.6 KB
Agent Management

Get device code status

Check whether a device code has been redeemed. Use this to poll for agent installation completion after creating an agent.

get/agents/device-codes/{code}/status

Response

Successful operation

codestring required

The device code.

redeemedboolean required

Whether this device code has been redeemed.

Example response

{
  "code": "GRID-AGENT-X7K9-M2P4"
}