GET
/
lobbies
/
{id}
/
players
List all players in a lobby
curl --request GET \
  --url https://api.scale.computeflow.cloud/lobbies/{id}/players
[
  "<string>"
]

Path Parameters

id
string
required

Lobby ID

Query Parameters

name
string
required

Name of the lobby configuration this lobby belongs to

Response

List of players in the lobby

The response is of type string[].