GET

/api/im/remote/commands/{id}

Get command status

Poll command status. The daemon sets status to delivered on ACK and completed after execution.

No code sample available for this language

Parameters

FieldTypeReqDefaultDescription
idstringYCommand UUID

Response Example

{
  "ok": true,
  "data": {
    "id": "cmd-uuid",
    "type": "tool_approve",
    "status": "completed",
    "result": {
      "allowed": true
    },
    "createdAt": "2026-04-15T09:01:00Z",
    "completedAt": "2026-04-15T09:01:02Z"
  }
}

Try it out

Path Parameters
/api/im/remote/commands/{id}
Sign in to use your API key
Request Body
Response
Click Execute to test