Search audit log entries
Search your audit log entries. The query parameters let you restrict the results that return by date ranges, or a full-text search query. The request body lets you restrict the results that return by resource specifiers.
LaunchDarkly uses a resource specifier syntax to name resources or collections of resources. To learn more, read About the resource specifier syntax.
Headers
Query parameters
A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned occurred before the timestamp.
A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned occurred after the timestamp.
Text to search for. You can search for the full or partial name of the resource.
A limit on the number of audit log entries that return. Set between 1 and 20. The default is 10.
Request
Whether this statement should allow or deny actions on the resources.
Resource specifier strings
Targeted resources are the resources NOT in this list. The resources
field must be empty to use this field.
Actions to perform on a resource
Targeted actions are the actions NOT in this list. The actions
field must be empty to use this field.
Response
Audit log entries response
An array of audit log entries
The location and content type of related resources