I want to get the build number of a build that is running on a given plan with the Bamboo REST API.
result/<plank key>-latest returns the last finished build result so it cannot be used to get an in-progress build information 
Does anyone know how to do this with the REST API?