action launchdarkly_get_audit_log_entries { label: "Get a list of all audit log entries. The query parameters allow you to restrict the returned results by date ranges, resource specifiers, or a full-text search query." provider: launchdarkly method: GET path: "/auditlog" encoding: json output: { type: "object" additionalProperties: true } }