GET
/
api
/
server
/
servers
Get server debug info
curl --request GET \
  --url http://localhost:3000/api/server/servers
{
  "servers": [
    {
      "id": "<string>",
      "name": "<string>",
      "status": "<string>",
      "agents": [
        "<string>"
      ]
    }
  ]
}

Response

200 - application/json

Server debug information

The response is of type object.