---
title: "List Texts"
method: GET
path: "/v1/texts"
tags: ["Text Emotion API"]
---

# List Texts

`GET /v1/texts`

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

## Query parameters

- `start_after` string — The ID of the reference text from which to paginate forward/backward
- `page_size` integer — Number of results to return (default: 10)
- `direction` string — Pagination direction: forward (default) or backward

## 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/versions/4a61d1ac9025/schema)
