Skip to main content
GET
Each session records a single reading period with a timestamp and duration. Use these to compute reading streaks, daily totals, or other time-based statistics client-side.

Query Parameters

string
Only return sessions on or after this ISO 8601 datetime. Useful for incremental sync. Example: 2026-04-01T00:00:00Z.
integer
default:25
Number of sessions per page. Min 1, max 100.
string
Cursor for the next page of results.

Response

string
required
Always "list".
array
required
Array of reading session objects, ordered by date descending (newest first).
boolean
required
Whether there are more results.
string
Cursor for the next page.