How to find a request whose url contains a keyword?

Is there a way to search across the requests’ urls for a keyword? Starting from an api in my app, I want to know which Postman requests are calling it. Using a request title might work sometimes but since a Postman user can use anything as a title, it’s not a guaranteed way for search. The guaranteed way is searching in the url because the url MUST match the end point.

My workaround is exporting the collections to files and searching the files.

If there’s no way to search across requests’ urls, please implement this feature.

1 Like

+1 for this implementation.