curl --location '/v4/api/envelopes//logs' \
--header 'Authorization: Bearer <token>'[
{
"id": "string",
"envelopeId": "string",
"actorUserId": "string",
"actorParticipantId": "string",
"actorName": "string",
"actorIdentifier": "string",
"event": "ENVELOPE_CREATED",
"metadata": {
"property1": "string",
"property2": "string"
},
"createdAt": "2019-08-24T14:15:22.123Z"
}
]