Reading Sessions
List Reading Sessions
Returns a paginated list of reading sessions for the authenticated user.
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.Documentation Index
Fetch the complete documentation index at: https://docs.getmatter.com/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
Only return sessions on or after this ISO 8601 datetime. Useful for incremental sync.
Example:
2026-04-01T00:00:00Z.Number of sessions per page. Min 1, max 100.
Cursor for the next page of results.
Response
Always
"list".Array of reading session objects, ordered by date descending (newest first).
Whether there are more results.
Cursor for the next page.