List Bruno requests
bruno_list_requestsList and search API requests in a Bruno collection by name, path, URL, HTTP method, or request type, with returned request paths, names, and HTTP metadata.
Instructions
List and search requests in a Bruno collection. Returns request paths, names, types, and HTTP metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter by request type (e.g. http or graphql). | |
| query | No | Case-insensitive substring filter for request name, path, and URL. | |
| method | No | Filter by HTTP method (e.g. GET or POST). | |
| collection | Yes | Collection path relative to workspace root (as returned by bruno_list_collections). |