Get Envelope Audit Trail
This document contains details for the GET /api/v1/audittrail/envelope/{uuid} endpoint, including the request method, path parameter, and response status codes.
Last updated
Was this helpful?
Was this helpful?
{
"envelope": {
"uuid": "8949955d-3bf7-4d9f-97d0-111111111111",
"status": "COMPLETED"
},
"participants": [
{
"roleId": "23f20eec-adad-4325-b553-1bde4be29198",
"mailboxUuid": "9baec31c-e940-4894-b6d1-52033e1af66e"
}
],
"events": [
{
"type": "SENT",
"date": "2026-06-04T10:15:00Z"
},
{
"type": "COMPLETED",
"date": "2026-06-04T10:45:00Z"
}
]
}