Get audit log entry

Fetch a detailed audit log entry representation. The detailed representation includes several fields that are not present in the summary representation, including: - `previousVersion`: a JSON representation of the previous version of the entity. - `currentVersion`: a JSON representation of the current version of the entity. - `delta`: the JSON patch body that was used in the request to update the entity. This is only included if the update was made through a [JSON patch](https://launchdarkly.com/docs/api#updates-using-json-patch). It is null when the update was made using [semantic patch](https://launchdarkly.com/docs/api#updates-using-semantic-patch). Because most [flag updates](https://launchdarkly.com/docs/api/feature-flags/patch-feature-flag) are made using semantic patch, this field is rarely returned.

Authentication

Authorizationstring
API Key authentication via header

Path parameters

idstringRequiredformat: "string"
The ID of the audit log entry

Response

Audit log entry response
_idstring
The ID of the audit log entry
_accountIdstring
The ID of the account to which this audit log entry belongs
datelong
Timestamp of the audit log entry
accesseslist of objects
Details on the actions performed and resources acted on in this audit log entry
kindstring
The type of resource this audit log entry refers to
namestring
The name of the resource this audit log entry refers to
descriptionstring
Description of the change recorded in the audit log entry
shortDescriptionstring
Shorter version of the change recorded in the audit log entry
commentstring
Optional comment for the audit log entry
subjectobject
Details of the subject who initiated the action described in the audit log entry
memberobject
Details of the member who initiated the action described in the audit log entry
tokenobject
Details of the access token that initiated the action described in the audit log entry
appobject
Details of the authorized application that initiated the action described in the audit log entry
titleVerbstring
The action and resource recorded in this audit log entry
titlestring

A description of what occurred, in the format member titleVerb target

targetobject
Details of the resource acted upon in this audit log entry
parentobject
deltaany
If the audit log entry has been updated, this is the JSON patch body that was used in the request to update the entity
triggerBodyany
A JSON representation of the external trigger for this audit log entry, if any
mergeany
A JSON representation of the merge information for this audit log entry, if any
previousVersionany
If the audit log entry has been updated, this is a JSON representation of the previous version of the entity
currentVersionany
If the audit log entry has been updated, this is a JSON representation of the current version of the entity
subentrieslist of objects

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error