Hello there! The view at /computer/${NODE}/builds is pretty useful, but I haven't found a way to access this via the REST API. Much like I can access /computer/${NODE}/api/xml, I'd expect to be able to hit /computer/${NODE}/builds/api/xml, but it doesn't work.
Is there a way to access this over HTTP that I'm missing? The goal would be to get of recent builds from the node which include status and time since, like the table does.
mcrooney in case you didn't discover this yourself (or to that next poor sap who runs across this...) you can get some of this data by pulling down the rss feeds for the computer.
I was working with this using one of the Python Jenkins binding (this one) and found this to be a pretty nice solution to working with that data in combination with the feedparser python module.
Hopefully this'll be useful to somebody.