List Bruno requests
bruno_list_requestsDiscover and filter API requests in a Bruno collection by name, path, type, or method to retrieve request details and HTTP metadata.
Instructions
List and search requests in a Bruno OpenCollection collection. Returns request paths, names, types, and HTTP metadata when available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter to requests of this type (case-insensitive), for example http or graphql. | |
| query | No | Case-insensitive substring filter matched against each request's name, path, and URL. | |
| method | No | Filter to requests with this HTTP method (case-insensitive), for example GET or POST. | |
| 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. |