Skip to main content

RetryAllErrorsRequest

Request body for bulk retrying all book errors

errorTypeBookErrorTypeDto

Filter to only retry specific error type. If not provided, retry all error types.

Possible values: [format_detection, parser, metadata, thumbnail, page_extraction, pdf_rendering, zero_pages, other]

libraryId(string | null)<uuid>nullable

Filter to only retry errors in a specific library

Example: 550e8400-e29b-41d4-a716-446655440000
RetryAllErrorsRequest
{
"errorType": "format_detection",
"libraryId": "550e8400-e29b-41d4-a716-446655440000"
}