Skip to content

Inbox processing status

GET
/api/inbox/processing

Returns the current pipeline stage for books being processed (parsing, fetching metadata, organizing)

Responses

Map of bookId to processing stage

application/json
JSON
{
  
"processing": {
  
  
"additionalProperties": {
  
  
  
"stage": "string",
  
  
  
"label": "string"
  
  
}
  
}
}

Samples