For the complete documentation index, see llms.txt. For the full documentation snapshot, see llms-full.txt.
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. It is null when the update was made using semantic patch. Because most flag updates are made using semantic patch, this field is rarely returned.curl --request GET \
--url https://app.launchdarkly.com/api/v2/auditlog/{id} \
--header 'Authorization: <api-key>'{
"_links": {},
"_id": "1234a56b7c89d012345e678f",
"_accountId": "1234a56b7c89d012345e678f",
"date": "1654104600000",
"accesses": [
{
"action": "<string>",
"resource": "<string>"
}
],
"kind": "flag",
"name": "Example feature flag",
"description": "Example, turning on the flag for testing",
"shortDescription": "Example, turning on the flag",
"comment": "This is an automated test",
"subject": {
"_links": {},
"name": "<string>",
"avatarUrl": "<string>"
},
"member": {
"_links": {},
"_id": "507f1f77bcf86cd799439011",
"email": "ariel@acme.com",
"firstName": "Ariel",
"lastName": "Flores"
},
"token": {
"_links": {},
"_id": "<string>",
"name": "DevOps token",
"ending": "2345",
"serviceToken": false
},
"app": {
"_links": {},
"_id": "<string>",
"isScim": true,
"name": "<string>",
"maintainerName": "<string>"
},
"titleVerb": "turned on the flag",
"title": "<string>",
"target": "[Ariel Flores](mailto:ariel@acme.com) turned on the flag [example-flag](https://app.launchdarkly.com/example-project/production/features/example-flag) in Production",
"parent": {
"_links": {},
"name": "<string>",
"resource": "<string>"
},
"delta": "<unknown>",
"triggerBody": "<unknown>",
"merge": "<unknown>",
"previousVersion": "<unknown>",
"currentVersion": "<unknown>",
"subentries": [
{
"_links": {},
"_id": "1234a56b7c89d012345e678f",
"_accountId": "1234a56b7c89d012345e678f",
"date": "1654104600000",
"accesses": [
{
"action": "<string>",
"resource": "<string>"
}
],
"kind": "flag",
"name": "Example feature flag",
"description": "Example, turning on the flag for testing",
"shortDescription": "Example, turning on the flag",
"comment": "This is an automated test",
"subject": {
"_links": {},
"name": "<string>",
"avatarUrl": "<string>"
},
"member": {
"_links": {},
"_id": "507f1f77bcf86cd799439011",
"email": "ariel@acme.com",
"firstName": "Ariel",
"lastName": "Flores"
},
"token": {
"_links": {},
"_id": "<string>",
"name": "DevOps token",
"ending": "2345",
"serviceToken": false
},
"app": {
"_links": {},
"_id": "<string>",
"isScim": true,
"name": "<string>",
"maintainerName": "<string>"
},
"titleVerb": "turned on the flag",
"title": "<string>",
"target": "[Ariel Flores](mailto:ariel@acme.com) turned on the flag [example-flag](https://app.launchdarkly.com/example-project/production/features/example-flag) in Production",
"parent": {
"_links": {},
"name": "<string>",
"resource": "<string>"
}
}
]
}Documentation Index
Fetch the complete documentation index at: https://launchdarkly-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
The ID of the audit log entry
Audit log entry response
The location and content type of related resources
Show child attributes
The ID of the audit log entry
"1234a56b7c89d012345e678f"
The ID of the account to which this audit log entry belongs
"1234a56b7c89d012345e678f"
Timestamp of the audit log entry
"1654104600000"
Details on the actions performed and resources acted on in this audit log entry
Show child attributes
The type of resource this audit log entry refers to
"flag"
The name of the resource this audit log entry refers to
"Example feature flag"
Description of the change recorded in the audit log entry
"Example, turning on the flag for testing"
Shorter version of the change recorded in the audit log entry
"Example, turning on the flag"
Optional comment for the audit log entry
"This is an automated test"
Details of the subject who initiated the action described in the audit log entry
Show child attributes
Details of the member who initiated the action described in the audit log entry
Show child attributes
Details of the access token that initiated the action described in the audit log entry
Show child attributes
Details of the authorized application that initiated the action described in the audit log entry
Show child attributes
The action and resource recorded in this audit log entry
"turned on the flag"
A description of what occurred, in the format member titleVerb target
Details of the resource acted upon in this audit log entry
Show child attributes
"[Ariel Flores](mailto:ariel@acme.com) turned on the flag [example-flag](https://app.launchdarkly.com/example-project/production/features/example-flag) in Production"
Show child attributes
If the audit log entry has been updated, this is the JSON patch body that was used in the request to update the entity
A JSON representation of the external trigger for this audit log entry, if any
A JSON representation of the merge information for this audit log entry, if any
If the audit log entry has been updated, this is a JSON representation of the previous version of the entity
If the audit log entry has been updated, this is a JSON representation of the current version of the entity
Show child attributes
curl --request GET \
--url https://app.launchdarkly.com/api/v2/auditlog/{id} \
--header 'Authorization: <api-key>'{
"_links": {},
"_id": "1234a56b7c89d012345e678f",
"_accountId": "1234a56b7c89d012345e678f",
"date": "1654104600000",
"accesses": [
{
"action": "<string>",
"resource": "<string>"
}
],
"kind": "flag",
"name": "Example feature flag",
"description": "Example, turning on the flag for testing",
"shortDescription": "Example, turning on the flag",
"comment": "This is an automated test",
"subject": {
"_links": {},
"name": "<string>",
"avatarUrl": "<string>"
},
"member": {
"_links": {},
"_id": "507f1f77bcf86cd799439011",
"email": "ariel@acme.com",
"firstName": "Ariel",
"lastName": "Flores"
},
"token": {
"_links": {},
"_id": "<string>",
"name": "DevOps token",
"ending": "2345",
"serviceToken": false
},
"app": {
"_links": {},
"_id": "<string>",
"isScim": true,
"name": "<string>",
"maintainerName": "<string>"
},
"titleVerb": "turned on the flag",
"title": "<string>",
"target": "[Ariel Flores](mailto:ariel@acme.com) turned on the flag [example-flag](https://app.launchdarkly.com/example-project/production/features/example-flag) in Production",
"parent": {
"_links": {},
"name": "<string>",
"resource": "<string>"
},
"delta": "<unknown>",
"triggerBody": "<unknown>",
"merge": "<unknown>",
"previousVersion": "<unknown>",
"currentVersion": "<unknown>",
"subentries": [
{
"_links": {},
"_id": "1234a56b7c89d012345e678f",
"_accountId": "1234a56b7c89d012345e678f",
"date": "1654104600000",
"accesses": [
{
"action": "<string>",
"resource": "<string>"
}
],
"kind": "flag",
"name": "Example feature flag",
"description": "Example, turning on the flag for testing",
"shortDescription": "Example, turning on the flag",
"comment": "This is an automated test",
"subject": {
"_links": {},
"name": "<string>",
"avatarUrl": "<string>"
},
"member": {
"_links": {},
"_id": "507f1f77bcf86cd799439011",
"email": "ariel@acme.com",
"firstName": "Ariel",
"lastName": "Flores"
},
"token": {
"_links": {},
"_id": "<string>",
"name": "DevOps token",
"ending": "2345",
"serviceToken": false
},
"app": {
"_links": {},
"_id": "<string>",
"isScim": true,
"name": "<string>",
"maintainerName": "<string>"
},
"titleVerb": "turned on the flag",
"title": "<string>",
"target": "[Ariel Flores](mailto:ariel@acme.com) turned on the flag [example-flag](https://app.launchdarkly.com/example-project/production/features/example-flag) in Production",
"parent": {
"_links": {},
"name": "<string>",
"resource": "<string>"
}
}
]
}