Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/GuancheData/stage_3/llms.txt

Use this file to discover all available pages before exploring further.

The list endpoint returns all book IDs currently recorded in the download log. It reads the "log" ISet from Hazelcast and returns every ID that has been successfully ingested, along with a total count. This is useful for auditing the state of the datalake or confirming which books are available for search and indexing.

Example request

curl http://localhost:7001/ingest/list

Response fields

count
integer
required
The total number of books that have been ingested.
books
integer[]
required
An array of Project Gutenberg book IDs available in the datalake.

Example response

{
  "count": 4,
  "books": [1, 84, 1342, 2701]
}

Build docs developers (and LLMs) love