Get a specific Image Object

GET {{baseUrl}}/orgs/:orgId/images/:imageId

The response includes a list of Image Builds as well as some metadata about the Image such as its Image Source.

Note, imageId may not be the same as the container name. imageId is determined by the system making notifications about new builds.

RESPONSES

status: OK

{"added_at":"22020-06-25T17:41:57Z","builds":[{"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"}],"id":"my-service","source":"github"}