I have triggered one custom build by TeamCity REST API:
http://{buildServer}/httpAuth/action.html?add2Queue={buildTypeId}
But this http request hasn't any response message, so I can not know whether this build is running or in build queue.
Does any body know how to get that information by REST API?