v50

latestOpenAPI 3.1.0Proprietaryraw.githubusercontent.com2026-05-1759238438.1 KB
Timelines

Get document timeline

Retrieves timeline events for a document. Admins see all events; viewers see only their own.

get/v1beta/documents/{document_id}/timeline

Path parameters

document_idstring required
Example:doc_01h2xcejqtf2nbrexx3vqjhp41

Query parameters

cursorstring
page_sizeinteger

Response

Success

has_moreboolean
next_cursorstring nullable

Example response

{
  "events": [
    {
      "event_id": "550e8400-e29b-41d4-a716-446655440000"
    }
  ]
}