Rest API - Get a list of builds with status=UNKNOWN
I can't seem to get a listing of builds with status=UNKNOWN, cancelled builds get this status and would like to get a list of builds we cancel. Is this possible?
Thanks,
Jay
Please sign in to leave a comment.
Jason,
Try
http://teamcity/app/rest/builds/?locator=status:UNKNOWN
or
http://teamcity/app/rest/builds/?locator=canceled:true
If this does not work, please note the TeamCIty version that you use.