I'm trying to get pipeline run details using definition id using below Rest API
this is giving me all the details from the specific definition id though I have few local branch off of master for testing purpose. Now when I run this API its gives me all the run details including local branch and master branch.
I want run details only from the master branch I tried using filter like this
&branchName=master or ref=master but it didn't work.
Any help or suggestion would be really helpful.
Thanks in advance.
