---
title: "Search images"
method: GET
path: "/images/search"
---

# Search images

`GET /images/search`

## Query parameters

- `term` string, required
- `registry` string

## Response `200`

No error

- SearchResultItem[]
  - `description` string — description just shows the description of this image
  - `is_official` boolean — is_official shows if this image is marked official.
  - `is_automated` boolean — is_automated means whether this image is automated.
  - `name` string — name represents the name of this image
  - `star_count` integer — star_count refers to the star count of this image.

## Other responses

- `500` — An unexpected server error occurred.

---

[API](https://skmtc.net/aliyun/apis/pouch-engine-api.md) · [All operations](https://skmtc.net/aliyun/apis/pouch-engine-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aliyun/pouch-engine-api/versions/36d75b2825fc/schema)
