action launchdarkly_get_audit_log_entry { label: "Use this endpoint to fetch a single audit log entry by its resouce ID." provider: launchdarkly method: GET path: "/auditlog/{resourceId}" encoding: json output: { type: "object" additionalProperties: true } }