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

# GET /images/search

`GET /images/search`

Search images

## Query parameters

- `term` string, required
- `limit` integer
- `filters` string

## Response `200`

The request has succeeded.

- object[]
  - `description` string
  - `is_official` boolean
  - `is_automated` boolean
  - `name` string
  - `star_count` integer

## Changes

- **2026-02-14** `31f80d10d31a` — 1 breaking, 2 info
  - for the `query` request parameter `limit`, the type/format was changed from `integer`/`` to `integer`/`int32`
  - api tag `Image` removed
  - removed the non-success response with the status `500`

[Change history](https://skmtc.dev/hexlet/apis/docker-engine-api/changes/images/search/get.md)

---

[API](https://skmtc.dev/hexlet/apis/docker-engine-api.md) · [All operations](https://skmtc.dev/hexlet/apis/docker-engine-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hexlet/docker-engine-api/revisions/7dbd508c79cf/schema)
