Get Bruno request
bruno_get_requestRetrieve a collection request by path and get its parsed YAML representation, with optional raw source, to inspect or use request details.
Instructions
Read a Bruno OpenCollection request and return its parsed YAML representation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request | Yes | Request path relative to the collection root (as returned by bruno_list_requests), for example Hotel/Search.yml. | |
| 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. | |
| includeSource | No | When true, also return the raw request source text alongside the parsed document. Defaults to false. |