---
title: "Search Public Container Images"
method: POST
path: "/registries/public-images/search"
tags: ["ContainerRegistries"]
---

# Search Public Container Images

`POST /registries/public-images/search`

Searches for public container images in a registry by prefix.

## Request body

- SearchPublicContainerImagesRequest
  - `registryId` string, required — The registry identifier. Can be "dockerhub", "github", or a private registry ID.
  - `prefix` string, required
  - `size` integer
  - `page` integer

## Response `200`

Public images were successfully retrieved.

- ContainerImage[]
  - `id` string
  - `namespace` 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)
