GET
/
agents
curl --request GET \
  --url https://use.hoop.dev/api/agents
[
  {
    "compiler": "gcc",
    "goversion": "1.22.4",
    "hostname": "john.wick.local",
    "id": "8a4239fa-5116-4bbb-ad3c-ea1f294aac4a",
    "kernel_version": "Linux 9acfe93d8195 5.15.49-linuxkit",
    "machine_id": "",
    "metadata": {
      "compiler": "gcc",
      "hostname": "johnwick.local",
      "kernel-version": "Linux 9acfe93d8195 5.15.49-linuxkit",
      "machine-id": "id",
      "platform": "amd64",
      "version": "1.23.14"
    },
    "mode": "standard",
    "name": "default",
    "platform": "amd64",
    "status": "DISCONNECTED",
    "token": "<string>",
    "version": "1.23.10"
  }
]

Response

200
application/json
OK

The response is of type object[].