v5

OpenAPI 3.1.0Proprietary2026-08-011476181.4 MB
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"
}