---
title: "Get Container Image Digest"
method: POST
path: "/registries/digest"
tags: ["ContainerRegistries"]
---

# Get Container Image Digest

`POST /registries/digest`

Retrieves the digest information for a specific container image tag.

## Request body

- GetContainerImageDigestByTagRequest
  - `registryId` string, required — The registry identifier. Can be "dockerhub", "github", or a private registry ID.
  - `imageName` string, required
  - `imageNamespace` string, required
  - `tag` string, required

## Response `200`

Container image tag digest was successfully retrieved.

- ImageTagInfo
  - `imageNamespace` string
  - `image` string
  - `tag` string
  - `digest` string

## Other responses

- `401` — User is unauthorized.
- `422` — Unprocessable entity.
- `500` — Unexpected server error.

---

[API](https://skmtc.net/bunny/apis/bunny-net-cdn-logging.md) · [All operations](https://skmtc.net/bunny/apis/bunny-net-cdn-logging/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bunny/bunny-net-cdn-logging/revisions/9e622620664b/schema)
