# Build Configuration Get

> Get the details for a Multiplay Hosting Build Configuration.

Get the details for a Multiplay Hosting Build Configuration.

Authentication Required: `Yes`

```bash
ugs multiplay-hosting build-configuration get <build-configuration-id> [options]
```

## Arguments

`<build-configuration-id>` The ID of the Multiplay Hosting Build Configuration to get

## Options

| Option           | Alias                  | Description                         |
| ---------------- | ---------------------- | ----------------------------------- |
| 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.      |

See [Get a Build Configuration API documentation](https://services.docs.unity.com/multiplay-config/v1/#tag/Build-Configurations/operation/GetBuildConfiguration) for more information.
