Signatures
Envelope Audit Log Get
Retrieves the audit trail for a specific envelope in JSON format.
- The envelope is identified using the envelopeId path parameter.
- The JSON response contains a detailed log of all actions related to the envelope, including creation, sending, legal terms acceptance, receipt, and signing, performed by users or recipients.
- This endpoint tracks the envelope’s lifecycle, supporting transparency, compliance, and accountability in the document signing workflow. No tid/recipient access - authenticated envelope owner/participant only.
AuthorizationBearer <token>
JWT token to authenticate the request.
In: header
X-Api-Key<token>
API key, sent as a request header.
In: header
Path Parameters
envelopeId*string
The ID of the envelope where the attachment will be added.
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/signatures/envelope/string/audit/get"{ "result": { "statusCode": 200, "message": "OK", "data": { "auditTrails": [ { "id": "string", "user": { "id": "string", "name": "string", "email": "string" }, "recipient": { "id": "string", "name": "string", "email": "string" }, "signGroup": { "id": "string", "name": "string" }, "action": "string", "timestamp": "string", "ipAddress": "string", "additionalInfo": "string" } ] } }, "origin": "string", "dateTime": "string"}{ "error": { "message": "Envelope not found.", "statusCode": 400, "innerErrors": [ { "code": "ENVELOPE_ID_INVALID", "message": "Envelope not found.", "userMessage": "Envelope not found." } ] }, "origin": "POST https://apim-mavenheadless-dev-westeu-1.azure-api.net/v1/signatures/envelope/create", "dateTime": "2026-07-20T12:00:00.0000000+00:00"}{ "error": { "message": "Envelope not found.", "statusCode": 400, "innerErrors": [ { "code": "ENVELOPE_ID_INVALID", "message": "Envelope not found.", "userMessage": "Envelope not found." } ] }, "origin": "POST https://apim-mavenheadless-dev-westeu-1.azure-api.net/v1/signatures/envelope/create", "dateTime": "2026-07-20T12:00:00.0000000+00:00"}