---
title: "List Images"
method: GET
path: "/v1/images"
tags: ["Image Emotion API"]
---

# List Images

`GET /v1/images`

Retrieves a paginated list of all uploaded or processed images.
Use this endpoint to browse through image records based on their ID, status, and title.

## Query parameters

- `start_after` string, nullable — ID of the last image from the previous page. Fetches results after this ID.
- `page_size` integer — Number of results to return per page. The default is 10.
- `direction` string — Pagination direction: 'forward' or 'backward'. Default is 'forward'

## Response `200`

Successful Response

- PaginatedResponse — Model for paginated audio emotion responses. Attributes: documents (List[AudioEmotionResponse]): List of audio responses. count (int): Total count of documents.
  - `documents` unknown, required
  - `count` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/imentiv/apis/welcome-to-imentiv-ai.md) · [All operations](https://skmtc.net/imentiv/apis/welcome-to-imentiv-ai/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/imentiv/welcome-to-imentiv-ai/revisions/350e9cbcb623/schema)
