added

Retrieve Document Audit Trail via API

We've added a new endpoint to our Public API v2 that allows authorized workspace administrators to retrieve detailed audit trails for their documents.

This new capability helps you programmatically track key events and user actions throughout a document's lifecycle, enhancing transparency and supporting your compliance efforts.

For full technical details on using this endpoint, including parameters and response structures, please see our API documentation: List Document Audit Trail

GET /public/v2/documents/{document_id}/audit-trail

  • endpoint added