Appearance
List Hardcover sync log entries
GET
/api/hardcover/sync/log
Return recent Hardcover sync log entries joined with book titles, sorted by last synced timestamp descending.
Parameters
Query Parameters
limit
Maximum entries to return
Type
integer
Minimum
1Maximum
100Default
20Responses
Array of sync log entries
application/json
JSON { "bookId": "string", "bookTitle": "string", "status": "string", "progress": "string", "rating": "string", "syncedAt": "string" }
[
]
GET
/api/hardcover/sync/log