---
title: "List audiobook generation queue (admin)"
method: GET
path: "/tts/audiobook/queue"
tags: ["TTS"]
---

# List audiobook generation queue (admin)

`GET /tts/audiobook/queue`

Returns all current and recent audiobook tasks with per-

## Response `200`

OK

- TtsAudiobookQueueResponse
  - `items` TtsAudiobookQueueItem[]
    - `author` string
    - `book_id` string
    - `book_title` string
    - `ctime` integer
    - `done_chapters` integer
    - `error_message` string
    - `failed_chapters` integer
    - `progress_pct` number
    - `status` integer
    - `task_id` string
    - `total_chapters` integer
    - `utime` integer
    - `voice` string

## Changes

- **2026-04-23** `819a086c453b` — 1 info
  - endpoint added
- **2026-03-21** `ffed97aaec4f` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/lxpio/apis/omnigram-api/changes/tts/audiobook/queue/get.md)

---

[API](https://skmtc.dev/lxpio/apis/omnigram-api.md) · [All operations](https://skmtc.dev/lxpio/apis/omnigram-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lxpio/omnigram-api/revisions/58911ffb3093/schema)
