---
title: "Get container image"
method: GET
path: "/images/{resourceType}/{imageName}"
tags: ["images"]
---

# Get container image

`GET /images/{resourceType}/{imageName}`

Returns detailed information about a container image including all available tags, creation dates, and size information.

## Response `200`

successful operation

- Image
  - `metadata` ImageMetadata, required
    - `createdAt` string — The date and time when the image was created.
    - `displayName` string — The display name of the image (registry/workspace/repository).
    - `events` CoreEvent[] — Events happening on a resource deployed on Blaxel
      - `canaryRevision` string — Canary revisionID link to the event
      - `message` string — Event message
      - `revision` string — RevisionID link to the event
      - `status` string — Event status
      - `time` string — Event time
      - `type` string — Event type
    - `lastDeployedAt` string — The date and time when the image was last deployed (most recent across all tags).
    - `name` string — The name of the image (repository name).
    - `resourceType` string — The resource type of the image.
    - `sourceWorkspace` string — If this image is shared from another workspace, this field contains the name of the source workspace. Empty for non-shared images.
    - `status` 'DELETING' | 'TERMINATED' | 'FAILED' | 'DEACTIVATED' | 'DEACTIVATING' | 'UPLOADING' | 'BUILDING' | 'DEPLOYING' | 'DEPLOYED' | 'BUILT' — Deployment status of a resource deployed on Blaxel
    - `updatedAt` string — The date and time when the image was last updated.
    - `workspace` string — The workspace of the image.
  - `spec` ImageSpec, required
    - `size` integer — The size of the image in bytes.
    - `tags` ImageTag[] — List of tags available for this image.
      - `createdAt` string — The date and time when the tag was created.
      - `name` string — The name of the tag.
      - `size` integer — The size of the image in bytes.
      - `updatedAt` string — The date and time when the tag was last updated.

---

[API](https://skmtc.net/blaxel/apis/blaxel-control-plane.md) · [All operations](https://skmtc.net/blaxel/apis/blaxel-control-plane/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blaxel/blaxel-control-plane/versions/dfa264bc72ee/schema)
