---
title: "List publicly available images"
method: GET
path: "/images"
tags: ["images"]
---

# List publicly available images

`GET /images`

Returns a list of all publicly available container images.

## Query parameters

- `limit` integer
- `offset` integer
- `tagged` string — If not `0` only images with tags will be listed. May be avoided or set to `0` to list all images. If no value is provided (like `?tagged`, it is considered as `1`.
- `tag` string
- `uuid` string, uuid — A UUID string
- `since` string
- `until` string

## Response `200`

OK

- ImageListResponse
  - `images` Image[] — List of publicly available images
    - `uuid` string, uuid — A UUID string
    - `tag` string, nullable — Tag to identify the image
    - `created_at` string — ISO 8601 formatted timestamp of when the image was created
    - `operation_uuid` string, uuid — A UUID string

## Other responses

- `400` — Bad Request - Invalid request parameters
- `401` — Unauthorized - Invalid or missing authentication credentials. Either the `Authorization` bearer token is missing or invalid, or the `Project` header is missing.
- `403` — Forbidden - Token does not have sufficient permissions

---

[API](https://skmtc.net/nebius/apis/nebius-openai-compatible-inference-api.md) · [All operations](https://skmtc.net/nebius/apis/nebius-openai-compatible-inference-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nebius/nebius-openai-compatible-inference-api/revisions/0fb323abba3c/schema)
