GET
/
api
/
server
/
debug
/
servers
Get server debug info
curl --request GET \
  --url http://localhost:3000/api/server/debug/servers
{
  "servers": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "status": "<string>",
      "agents": [
        "3c90c3cc-0d44-4b50-8888-8dd25736052a"
      ]
    }
  ]
}

Response

200 - application/json

Server debug information

The response is of type object.