Get Bruno environment
bruno_get_environmentInspect a Bruno environment to retrieve its variables, with secret values always redacted to protect sensitive data.
Instructions
Inspect a Bruno environment. Variables marked as secrets are always redacted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection | Yes | Collection identifier: the collection's path relative to the workspace root (as returned by bruno_list_collections), not its display name. It may be nested, for example collections/hotel. | |
| environment | Yes | Environment reference, either a bare name (Local) or a collection-relative path (environments/Local.yml). |