Skip to main content

history_get

Get reading history from local store with pagination and search.

Parameters

ParameterTypeRequiredDescription
querystringNoSearch term (matches title and author)
pageintNoPage number (default: 1)
page_sizeintNoItems per page (default: 20, max: 100)

Examples

{"page": 1, "page_size": 20}
{"query": "Sanderson", "page": 1}

Response

Returns timeline entries with:

  • Title and author
  • Checkout/return dates
  • Format (ebook/audiobook)
  • Library name
  • ISBN (when available)