Lists all the Builds of an Image
GET {{baseUrl}}/orgs/:orgId/images/:imageId/builds
The response includes a list of Image Builds.
RESPONSES
status: OK
[{"added_at":"2020-06-25T19:37:22Z","branch":"master","commit":"884bccaa807ea27cc1997a7492a3b6279fd7bd55","image":"registry.humanitec.io/my-org/my-service:1.2.7"},{"added_at":"2020-06-25T17:41:57Z","branch":"master","commit":"060c3d6530a881afb808f105f36af25e1ad1b2f3","image":"registry.humanitec.io/my-org/my-service:1.2.6"}]