# Get

> Get a lobby.

Get a lobby.

Authentication Required: `Yes`

```bash
ugs lobby get <lobby-id> [options]
```

## Arguments

`<lobby-id>` The ID of the lobby to get.

## Options

|                  | Alias                  | Description                         |
| ---------------- | ---------------------- | ----------------------------------- |
| service-id       | --service-id           | (REQUIRED) The service ID.          |
| player-id        | --player-id            | The player ID to impersonate.       |
| project-id       | -p, --project-id       | The Unity cloud project ID.         |
| environment-name | -e, --environment-name | The services environment name.      |
| help             | -?, -h, --help         | Display help and usage information. |
| quiet            | -q, --quiet            | Reduce logging to a minimum.        |
| json             | -j, --json             | Use JSON as the output format.      |
