Retrieve an audit log

Retrieves the details of an existing audit log.

GET/v3/audit-logs/{id}
JWT
auditLog:read

Parameters

NameTypeInDescription
id*stringpathUnique identifier for the audit log.

Responses

200 OK
{
  "id": "string",
  "createdAt": "2019-08-24T14:15:22Z",
  "updatedAt": "2019-08-24T14:15:22Z",
  "resource": "string",
  "action": "string",
  "changes": [
    {
      "propertyName": "string",
      "oldValue": null,
      "newValue": null
    }
  ],
  "resourceId": "string",
  "ipAddress": "string",
  "actorId": "string",
  "actorName": "string",
  "actorEmail": "string"
}