Skip to main content
GET
Get a Custom Docker Image

Authorizations

Authorization
string
header
required

Send your API token (Dashboard → Settings → API Token) as Authorization: Bearer <token>.

Path Parameters

image_id
string<uuid>
required

Response

200 - application/json

Image details

id
string<uuid>
user_id
string<uuid>
name
string
status
enum<string>
Available options:
building,
success,
failed
error
string
digest
string
uncompressed_bytes
integer<int64>
layer_count
integer
apps
object[]

Every app currently deployed from this image.

github_linked
boolean

Whether this image has a GitHub repo linked for auto-rebuild on push.

created_at
string<date-time>
updated_at
string<date-time>