Skip to main content
GET
/
remnawave
/
squads
List Squads
curl --request GET \
  --url http://localhost:8080/remnawave/squads
{
  "items": [
    {
      "uuid": "<string>",
      "name": "<string>",
      "members_count": 123,
      "inbounds_count": 123,
      "inbounds": [
        {}
      ]
    }
  ],
  "total": 123
}

Response

200 - application/json

Successful Response

items
RemnaWaveSquad · object[]
required
total
integer
required