Skip to main content
GET
/
cabinet
/
admin
/
remnawave
/
squads
List Squads
curl --request GET \
  --url http://localhost:8080/cabinet/admin/remnawave/squads
{
  "items": [
    {
      "uuid": "<string>",
      "name": "<string>",
      "members_count": 123,
      "inbounds_count": 123,
      "inbounds": [
        {}
      ],
      "local_id": 123,
      "display_name": "<string>",
      "country_code": "<string>",
      "is_available": true,
      "is_trial_eligible": true,
      "price_kopeks": 123,
      "max_users": 123,
      "current_users": 123,
      "is_synced": false
    }
  ],
  "total": 123
}

Response

200 - application/json

Successful Response

List of squads response.

items
SquadWithLocalInfo · object[]
required
total
integer
required