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

Retrieves the full audit trail for a specified document. The audit trail includes detailed user actions such as sending, viewing, signing, and editing, along with metadata like timestamps, IP addresses, and user identity. This endpoint is accessible to authorized workspace administrators only.

Servers

Path parameters

Name Type Required Description
document_id String Yes

Unique identifier of the document to retrieve the audit trail for.

Query parameters

Name Type Required Description
limit Integer No

Maximum number of items to return.

Default value: 20

offset Integer No

Number of items to skip before starting to collect the result set.

Default value: 0

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.