Get Collection Statistics
get_collection_statsRetrieve collection statistics: request counts by method, folder, environment, per-request file paths, and environment variable names to inspect collections before merging or running.
Instructions
Get statistics about a Bruno collection — request counts by method, folders, environments, and per-request details including file paths. environmentDetails lists each environment with the NAMES of the variables it declares (values are withheld), so you can see what an environment already defines before merging into it with set_environment_variable. Use filePath values as entries in the requests list of run_collection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collectionPath | Yes | Absolute path to collection directory. Use the path returned by list_collections. |