Get Books Overview
GET /api/writing/outline/books
GET
/api/writing/outline/books
Get all book-type outline nodes with aggregated stats and shallow children.
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” project_id
required
Project Id
string
Responses
Section titled “ Responses ”Successful Response
BooksOverviewResponse
List of all book-type outline nodes with aggregation data.
object
books
required
Books
Array<object>
BookOverviewSummary of a book-type outline node for sidebar display and ContentPicker.
object
id
required
Id
string
title
required
Title
string
status
required
Status
string
wordCount
Wordcount
integer
chapterCount
Chaptercount
integer
sceneCount
Scenecount
integer
children
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context