v1
List your active document editing sessions to resume or audit prior work.
Returns sessions sorted by most recent activity, with message counts and last-updated timestamps. Each session represents one document with full edit history and AI conversation persisted server-side. Use to find a previous editing context to resume (then call get_session_history) or to audit your workspace.
GET
List your active document editing sessions to resume or audit prior work.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Query Parameters
Filter by user ID (deprecated - auth determines scope)
Maximum number of sessions to return
Previous
Restore the full conversation and document state for a previous session.Returns complete message history (user and AI), final document HTML with chunk IDs preserved, attachment list, and editor actions (font, color, alignment changes). Use to continue editing a document you started in a prior session. The AI rehydrates with full context of all prior decisions, chunk IDs, and attachments.
Next
List your active document editing sessions to resume or audit prior work.

