---
title: "Searches docker containers for specified registry"
method: POST
path: "/docker_registries/{uuid}/search/list"
tags: ["docker_registry"]
---

# Searches docker containers for specified registry

`POST /docker_registries/{uuid}/search/list`

Searches docker containers for specified registry

## Path parameters

- `uuid` string, UUID, required

## Request body

- DockerRegistryImageSearchListIntentResponse — Docker registry image search results response
  - `metadata` DockerRegistryListMetadata, required — All api calls that return a list will have this metadata block as input
    - `filter` string — The filter in FIQL syntax used for the results.
    - `kind` string — The kind name
    - `sort_order` string — The sort order in which results are returned
    - `offset` integer — Offset from the start of the entity list
    - `length` integer — The number of records to retrieve relative to the offset
    - `sort_attribute` string — The attribute to perform sort on
  - `api_version` string, required
  - `entity_list` DockerRegistryImageStatus[]
    - `owner` string, required — Owner user name
    - `description` string — Repository description
    - `is_official` boolean, required — Whether it is an official Docker Hub image
    - `name` string, required — Repository name
    - `tag_list` DockerRegistryImageTag[], required
      - `modified_date` string, date-time, required — Last modified date in RFC 3339
      - `name` string, required — Image tag name
      - `size_mib` integer, required — Size of the image in MiB

## Response `200`

Success

- DockerRegistryImageSearchListIntentResponse — Docker registry image search results response
  - `metadata` DockerRegistryListMetadata, required — All api calls that return a list will have this metadata block as input
    - `filter` string — The filter in FIQL syntax used for the results.
    - `kind` string — The kind name
    - `sort_order` string — The sort order in which results are returned
    - `offset` integer — Offset from the start of the entity list
    - `length` integer — The number of records to retrieve relative to the offset
    - `sort_attribute` string — The attribute to perform sort on
  - `api_version` string, required
  - `entity_list` DockerRegistryImageStatus[]
    - `owner` string, required — Owner user name
    - `description` string — Repository description
    - `is_official` boolean, required — Whether it is an official Docker Hub image
    - `name` string, required — Repository name
    - `tag_list` DockerRegistryImageTag[], required
      - `modified_date` string, date-time, required — Last modified date in RFC 3339
      - `name` string, required — Image tag name
      - `size_mib` integer, required — Size of the image in MiB

## Other responses

- `404` — Invalid UUID provided
- `default` — Internal Error

---

[API](https://skmtc.net/nutanix/apis/nutanix-intentful-api.md) · [All operations](https://skmtc.net/nutanix/apis/nutanix-intentful-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nutanix/nutanix-intentful-api/versions/40395083ab31/schema)
