The status endpoint reports whether a book identified by its Project Gutenberg ID has been downloaded and stored in the datalake. It checks theDocumentation 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.
"log" ISet in Hazelcast and returns one of three status values: available, not_available, or error. Use this endpoint to verify that a book was successfully ingested before attempting to search or index it.
Path parameters
The Project Gutenberg numeric book ID to look up. For example,
1342 for Pride and Prejudice.Example request
Response fields
The Gutenberg book ID that was queried.
The ingestion status of the book. One of:
available— the book has been downloaded and is present in the datalake.not_available— the book has not yet been ingested.error— an exception occurred while checking the status.
Example responses
- available
- not_available
- error