List Requests
list_requestsReturn absolute paths of all request files in a Bruno collection. Use these paths to run individual APIs or groups via run_collection.
Instructions
List all request files (.yml/.bru) in a Bruno collection. Returns absolute file paths, each usable as an entry in the requests list of run_collection, or of one of its groups.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collectionPath | Yes | Absolute path to collection directory. Use the path returned by list_collections. |