There are 3 possible statuses: the build status, the promotion status, and the execution status. I assume you want to get the build's execution status? If so, Builds_GetExecutions will do that (the only param you might not know to that is Execution_Count, which is just the number of executions to return, which you'd only want 1 since it orders by latest DESC).