Search Bruno requests
bruno_search_requestsSearch API requests across all Bruno collections in one call. Filter by query, type, or HTTP method to locate matching requests with their collection ids.
Instructions
Search requests across all Bruno OpenCollection collections in the workspace in a single call. Returns each matching request tagged with its collection id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter to requests of this type (case-insensitive), for example http or graphql. | |
| query | Yes | Required case-insensitive substring 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. |